|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| __construct (int $size=0) | |
| __wakeup () | |
| __serialize () | |
| __unserialize (array $data) | |
| count () | |
| toArray () | |
| getSize () | |
| setSize (int $size) | |
| offsetExists ($index) | |
| offsetGet ($index) | |
| offsetSet ($index, mixed $value) | |
| offsetUnset ($index) | |
| getIterator () | |
| jsonSerialize () | |
Public Member Functions inherited from ArrayAccess | |
| offsetExists (mixed $offset) | |
| offsetGet (mixed $offset) | |
| offsetSet (mixed $offset, mixed $value) | |
| offsetUnset (mixed $offset) | |
Static Public Member Functions | |
| static | fromArray (array $array, bool $preserveKeys=true) |
@generate-class-entries
Definition at line 5 of file spl_fixedarray.stub.php.
| SplFixedArray::__construct | ( | int | $size = 0 | ) |
Definition at line 7 of file spl_fixedarray.stub.php.
| SplFixedArray::__serialize | ( | ) |
Definition at line 13 of file spl_fixedarray.stub.php.
| SplFixedArray::__unserialize | ( | array | $data | ) |
Definition at line 15 of file spl_fixedarray.stub.php.
| SplFixedArray::__wakeup | ( | ) |
@tentative-return-type
Definition at line 11 of file spl_fixedarray.stub.php.
| SplFixedArray::count | ( | ) |
|
static |
@tentative-return-type
Definition at line 24 of file spl_fixedarray.stub.php.
| SplFixedArray::getIterator | ( | ) |
@tentative-return-type
Implements IteratorAggregate.
Definition at line 56 of file spl_fixedarray.stub.php.
| SplFixedArray::getSize | ( | ) |
@tentative-return-type
Definition at line 27 of file spl_fixedarray.stub.php.
| SplFixedArray::jsonSerialize | ( | ) |
@tentative-return-type
Implements JsonSerializable.
Definition at line 58 of file spl_fixedarray.stub.php.
| SplFixedArray::offsetExists | ( | $index | ) |
| int | $index | @tentative-return-type |
Definition at line 36 of file spl_fixedarray.stub.php.
| SplFixedArray::offsetGet | ( | $index | ) |
| int | $index | @tentative-return-type |
Definition at line 42 of file spl_fixedarray.stub.php.
| SplFixedArray::offsetSet | ( | $index, | |
| mixed | $value ) |
| int | $index | @tentative-return-type |
Definition at line 48 of file spl_fixedarray.stub.php.
| SplFixedArray::offsetUnset | ( | $index | ) |
| int | $index | @tentative-return-type |
Definition at line 54 of file spl_fixedarray.stub.php.
| SplFixedArray::setSize | ( | int | $size | ) |
@tentative-return-type
Definition at line 30 of file spl_fixedarray.stub.php.
| SplFixedArray::toArray | ( | ) |
@tentative-return-type
Definition at line 21 of file spl_fixedarray.stub.php.