$this put(mixed $key, mixed $value) Put an item in the collection by key. Parameters mixed $key mixed $value Return Value $this
$this push(mixed $value) Push an item onto the end of the collection. Parameters mixed $value Return Value $this
mixed pull(mixed $key, mixed $default = null) Get and remove an item from the collection. Parameters mixed $key mixed $default Return Value mixed
$this prepend(mixed $value, mixed $key = null) Push an item onto the beginning of the collection. Parameters mixed $value mixed $key Return Value $this
mixed pop() Get and remove the last item from the collection. Return Value mixed
Page 839 of 996