Function __global->array_pop
Definitions
sources_custom/phpstub.php
- Pop the element off the end of array.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$array | array | required parameter | N/A | N/A | The array |
Return
- The value (null: no value)
- Type: ?mixed
- Set: N/A
- Range: N/A