|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| __construct (array|object $array=[], int $flags=0, string $iteratorClass=ArrayIterator::class) | |
| offsetExists (mixed $key) | |
| offsetGet (mixed $key) | |
| offsetSet (mixed $key, mixed $value) | |
| offsetUnset (mixed $key) | |
| append (mixed $value) | |
| getArrayCopy () | |
| count () | |
| getFlags () | |
| setFlags (int $flags) | |
| asort (int $flags=SORT_REGULAR) | |
| ksort (int $flags=SORT_REGULAR) | |
| uasort (callable $callback) | |
| uksort (callable $callback) | |
| natsort () | |
| natcasesort () | |
| unserialize (string $data) | |
| serialize () | |
| __serialize () | |
| __unserialize (array $data) | |
| getIterator () | |
| exchangeArray (array|object $array) | |
| setIteratorClass (string $iteratorClass) | |
| getIteratorClass () | |
| __debugInfo () | |
Data Fields | |
| const int | STD_PROP_LIST = UNKNOWN |
| const int | ARRAY_AS_PROPS = UNKNOWN |
@generate-class-entries
Definition at line 5 of file spl_array.stub.php.
| ArrayObject::__construct | ( | array|object | $array = [], |
| int | $flags = 0, | ||
| string | $iteratorClass = ArrayIterator::class ) |
Definition at line 12 of file spl_array.stub.php.
| ArrayObject::__debugInfo | ( | ) |
@tentative-return-type
Definition at line 84 of file spl_array.stub.php.
| ArrayObject::__serialize | ( | ) |
@tentative-return-type
Definition at line 66 of file spl_array.stub.php.
| ArrayObject::__unserialize | ( | array | $data | ) |
@tentative-return-type
Definition at line 69 of file spl_array.stub.php.
| ArrayObject::append | ( | mixed | $value | ) |
@tentative-return-type
Definition at line 27 of file spl_array.stub.php.
| ArrayObject::asort | ( | int | $flags = SORT_REGULAR | ) |
@tentative-return-type
Definition at line 42 of file spl_array.stub.php.
| ArrayObject::count | ( | ) |
| ArrayObject::exchangeArray | ( | array|object | $array | ) |
@tentative-return-type
Definition at line 75 of file spl_array.stub.php.
| ArrayObject::getArrayCopy | ( | ) |
@tentative-return-type
Definition at line 30 of file spl_array.stub.php.
| ArrayObject::getFlags | ( | ) |
@tentative-return-type
Definition at line 36 of file spl_array.stub.php.
| ArrayObject::getIterator | ( | ) |
@tentative-return-type
Implements IteratorAggregate.
Definition at line 72 of file spl_array.stub.php.
| ArrayObject::getIteratorClass | ( | ) |
@tentative-return-type
Definition at line 81 of file spl_array.stub.php.
| ArrayObject::ksort | ( | int | $flags = SORT_REGULAR | ) |
@tentative-return-type
Definition at line 45 of file spl_array.stub.php.
| ArrayObject::natcasesort | ( | ) |
@tentative-return-type
Definition at line 57 of file spl_array.stub.php.
| ArrayObject::natsort | ( | ) |
@tentative-return-type
Definition at line 54 of file spl_array.stub.php.
| ArrayObject::offsetExists | ( | mixed | $key | ) |
| ArrayObject::offsetGet | ( | mixed | $key | ) |
| ArrayObject::offsetSet | ( | mixed | $key, |
| mixed | $value ) |
| ArrayObject::offsetUnset | ( | mixed | $key | ) |
| ArrayObject::serialize | ( | ) |
| ArrayObject::setFlags | ( | int | $flags | ) |
@tentative-return-type
Definition at line 39 of file spl_array.stub.php.
| ArrayObject::setIteratorClass | ( | string | $iteratorClass | ) |
@tentative-return-type
Definition at line 78 of file spl_array.stub.php.
| ArrayObject::uasort | ( | callable | $callback | ) |
@tentative-return-type
Definition at line 48 of file spl_array.stub.php.
| ArrayObject::uksort | ( | callable | $callback | ) |
@tentative-return-type
Definition at line 51 of file spl_array.stub.php.
| ArrayObject::unserialize | ( | string | $data | ) |
| const int ArrayObject::ARRAY_AS_PROPS = UNKNOWN |
@cvalue SPL_ARRAY_ARRAY_AS_PROPS
Definition at line 10 of file spl_array.stub.php.
| const int ArrayObject::STD_PROP_LIST = UNKNOWN |
@cvalue SPL_ARRAY_STD_PROP_LIST
Definition at line 8 of file spl_array.stub.php.