Php

From KeegansWiki
Revision as of 08:00, 20 April 2011 by Keegan (talk | contribs) (Created page with '=CLI= ==Running code from command line== <pre> php -r "echo date('Y-m-d H:i:s');"; 2011-04-20 11:49:55 </pre>')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CLI

Running code from command line

php -r "echo date('Y-m-d H:i:s');";
2011-04-20 11:49:55