Function __global->next
Definitions
sources_custom/phpstub.php
- Advance the internal array pointer of an array.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $array | array | No | No | required parameter | N/A | N/A | The array |
Returns
- The array value we're now pointing at
- Type: mixed
- Set: N/A
- Range: N/A

