Voting

: three minus one?
(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