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 Both sides next revision
linux-commandline-tips [2019/02/19 02:27]
serbizadmin [PHP]
linux-commandline-tips [2019/02/19 02:28]
serbizadmin [PHP]
Line 38: Line 38:
 <code> <code>
 php -r "print phpinfo();" | grep ".ini" php -r "print phpinfo();" | grep ".ini"
 +</code>
 +or 
 +<code>
 +php -i | grep in
 </code> </code>