0335342e00
First Draft of the Example Files
5 lines
69 B
PHP
5 lines
69 B
PHP
<?php
|
|
list($a, $b) = array('Alice', 'Bob');
|
|
echo "a=$a b=$b";
|
|
?>
|