Difference between revisions of "Php"
Jump to navigation
Jump to search
(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>') |
(No difference)
|
Revision as of 09:00, 20 April 2011
CLI
Running code from command line
php -r "echo date('Y-m-d H:i:s');"; 2011-04-20 11:49:55