pop()
The pop() method removes the last element and returns that element
Example.php
Syntax
Return value
The last value of array.
Prefixing
References
Last updated
The pop() method removes the last element and returns that element
The last value of array.
Last updated