| [ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 189 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Class: SplFixedArray - X-Ref
The SplFixedArray class provides the main functionalities of array. The| __construct($size = 0) X-Ref |
| SplFixedArray constructor. param: int $size |
| count() X-Ref |
return: int |
| toArray() X-Ref |
return: array |
| fromArray(array $array, $save_indexes = true) X-Ref |
return: SplFixedArray param: array $array param: bool $save_indexes |
| getSize() X-Ref |
return: int |
| setSize($size) X-Ref |
return: bool param: int $size |
| offsetExists($index) X-Ref |
return: bool param: string|int $index |
| offsetGet($index) X-Ref |
return: mixed param: string|int $index |
| offsetSet($index, $newval) X-Ref |
param: string|int $index param: mixed $newval |
| offsetUnset($index) X-Ref |
param: string|int $index |
| rewind() X-Ref |
| Rewind iterator back to the start return: void since: 5.3.0 |
| current() X-Ref |
| Return current array entry return: mixed The current element value. since: 5.3.0 |
| key() X-Ref |
| Return current array index return: int The current array index. |
| next() X-Ref |
return: void |
| valid() X-Ref |
| Check whether the array contains more elements return: bool true if the array contains any more elements, false otherwise. |
| __wakeup() X-Ref |
| Do nothing. |
| Generated: Tue Oct 28 01:00:02 2025 | Cross-referenced by PHPXref 0.7.1 |