Chapter 3 files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$oxo = array(array('x', ' ', 'o'),
|
||||
array('o', 'o', 'x'),
|
||||
array('x', 'o', ' '));
|
||||
|
||||
echo $oxo[1][2];
|
||||
?>
|
||||
Reference in New Issue
Block a user