Php print

From wikinotes
Revision as of 12:31, 9 July 2020 by Will (talk | contribs) (Created page with "<source lang="php"> echo "some text\n"; pring "some text\n"; $animals = array("cat", "dog", "monkey"); print_r($animals); </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
echo "some text\n";
pring "some text\n";

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