Php print

From wikinotes
echo "some text\n";
pring "some text\n";

$animals = array("cat", "dog", "monkey");
print_r($animals);