How to find out memory_limit for the command-line interface CLI in PHP

It can be found out by running the command php with option -i.

Commands:

php -i | grep 'memory_limit'

Output:

memory_limit => 128M => 128M

Continue reading here: Query for beginners: events

Was this article helpful?

0 0