Daily Shaarli

All links of one day in a single page.

2013年1月3日

Useful options for PHP Command line interface | PHP and tipsPHP and tips

I find PHP command line interface very useful, for CRON jobs, testing and whenever apache is not necessary. Basic commands here: CLI php.net manual. In this article I’m writing some CL flags and few lines of related functions / PHP code I find useful