update : 2015.11.03
php.shukuma.com검색:
|
SplFixedArray::__construct(PHP 5 >= 5.3.0) SplFixedArray::__construct — Constructs a new fixed array 설명
public SplFixedArray::__construct
([ int
$size = 0
] )
Initializes a fixed array with a number of 인수
반환값값을 반환하지 않습니다. 오류/예외
Throws InvalidArgumentException when
Raises 예제
Example #1 SplFixedArray::__construct() example
<?php 위 예제의 출력: NULL int(2) NULL NULL string(3) "foo" |