Php print: Difference between revisions

From wikinotes
(Created page with "<source lang="php"> echo "some text\n"; pring "some text\n"; $animals = array("cat", "dog", "monkey"); print_r($animals); </source>")
 
(No difference)

Latest revision as of 12:31, 9 July 2020

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

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