SplFixedArray::setSize() - 数据结构
SplFixedArray::setSize()
(PHP 5 >= 5.3.0, PHP 7)
Change the size of an array
说明
publicSplFixedArray::setSize(int $size) : bool Change the size of an array to the new size of $size.If $size is less than the current array size, any values after the new size will be discarded.If $size is greater than the current array size, the array will be padded with NULL
values.
参数
$size The new array size. This should be a value between 0and PHP_INT_MAX
.
返回值
成功时返回TRUE
,或者在失败时返回FALSE
。
错误/异常
Throws InvalidArgumentExceptionwhen $size is less than zero.
Raises E_WARNING
when $size cannot be used as a number.
范例
SplFixedArray::setSize() example
以上例程会输出:
5 10
鹏仔微信 15129739599 鹏仔QQ344225443 鹏仔前端 pjxi.com 共享博客 sharedbk.com
图片声明:本站部分配图来自网络。本站只作为美观性配图使用,无任何非法侵犯第三方意图,一切解释权归图片著作权方,本站不承担任何责任。如有恶意碰瓷者,必当奉陪到底严惩不贷!