Voting

: five minus five?
(Example: nine)

The Note You're Voting On

strate at yandex dot com
11 years ago
Note, that you can pass array by expression, not only by reference (as described in doc).

<?php
var_dump
( current( array(1,2,3) ) ); // (int) 1
?>

<< Back to user notes page

To Top