zzepish/strict-array
Composer 安装命令:
composer require zzepish/strict-array
包简介
StrictArray allows you to set type of array value inserted
README 文档
README
<?php
use StrictArray\StrictArray;
$dateTimeCollection = new StrictArray(\DateTime::class);
$dateTimeCollection[] = new \DateTime();
$integerCollection = new StrictArray('integer');
$integerCollection[] = 12;
$dateTimeCollection[] = 13 // will throw IncorrectValueTypeException
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2018-10-08