moodLearning Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux-commandline-tips [2019/02/19 02:26]
serbizadmin
linux-commandline-tips [2019/02/19 02:28]
serbizadmin [PHP]
Line 36: Line 36:
 ====== PHP====== ====== PHP======
   * View php config   * View php config
- php -r "print phpinfo();" | grep ".ini"+<code> 
 +php -r "print phpinfo();" | grep ".ini" 
 +</code> 
 +or  
 +<code> 
 +php -i | grep in 
 +</code>