Core Class
View Source on Trac ↗
Core Class
SplFixedArray
class SplFixedArray
// Constructor: function Object() { [native code] } The SplFixedArray class provides the main functionalities of array. The
Methods 16 methods
| Method / Return | Description |
|---|---|
| __construct() void | SplFixedArray constructor.
Parameters: $size: mixed |
| count() int | No description available. |
| toArray() array | No description available. |
| fromArray() SplFixedArray | No description available.
Parameters: $array: array, $save_indexes: mixed |
| getSize() int | No description available. |
| setSize() bool | No description available.
Parameters: $size: mixed |
| offsetExists() bool | No description available.
Parameters: $index: mixed |
| offsetGet() mixed | No description available.
Parameters: $index: mixed |
| offsetSet() void | No description available.
Parameters: $index: mixed, $newval: mixed |
| offsetUnset() void | No description available.
Parameters: $index: mixed |
| rewind() void | Rewind iterator back to the start |
| current() mixed | Return current array entry |
| key() int | Return current array index |
| next() void | No description available. |
| valid() bool | Check whether the array contains more elements |
| __wakeup() void | Do nothing. |
Properties
| Property / Type | Description |
|---|---|
| $internalArray mixed public | No description available. |
| $size mixed public | No description available. |
Class Information
Source File
wp-includes/sodium_compat/src/PHP52/SplFixedArray.php
Advertisement