PHP 8.5.0 RC 2 available for testing

Voting

: three minus two?
(Example: nine)

The Note You're Voting On

dmhouse at gmail dot com ΒΆ
18 years ago
If you want a version of array_shift() that works non-destructively (i.e., an easy function to grab the first element of the array without modifying the array), try reset().

<< Back to user notes page

To Top