Files
lpmj6/6/09.php
T
RobinNixon 0335342e00 First Draft
First Draft of the Example Files
2020-12-10 13:21:38 +00:00

5 lines
69 B
PHP

<?php
list($a, $b) = array('Alice', 'Bob');
echo "a=$a b=$b";
?>