Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: min(five, seven)?
(Example: nine)

The Note You're Voting On

contato at tobias dot ws
7 years ago
Since PHP 7.1 the [] may now be used as an alternative to the existing list() syntax:

<?php
[$number, $message] = explode('|', '123|Hello World!');
?>

<< Back to user notes page

To Top