PHP » array_pop
Pop the element off the end of array
| Parameters | Description |
|---|---|
| array | The array to get the value from. |
Return Value: Returns the last value of array. If array is empty (or is not an array), NULL will be returned.
Pop the element off the end of array
| Parameters | Description |
|---|---|
| array | The array to get the value from. |
Return Value: Returns the last value of array. If array is empty (or is not an array), NULL will be returned.