Php print: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 July 2020

  • curprev 12:3112:31, 9 July 2020Will talk contribs 132 bytes +132 Created page with "<source lang="php"> echo "some text\n"; pring "some text\n"; $animals = array("cat", "dog", "monkey"); print_r($animals); </source>"