Universeorange.com/Docs/
{array.pop(String $selector)}
{array.pop()}
— Pop the element off the end of array.
{array.pop()}
pops and returns the value of the last element of array, shortening the array by one element.
Note: This function will reset() the array pointer of the input array after use.
Returns the value of the last element of array.
https://www.php.net/manual/en/function.array-pop.php
Last modified: 2021-06-07
© 2021 universeorange.com