cat /usr/local/php/etc/php.ini | grep 'disable_functions'
查看php.ini里的禁用函数
cat /usr/local/php/etc/php.ini | grep 'disable_functions' -A 5
如果加上 -A 5 表示输出 disable_functions 关键字 及后5行内容

cat /usr/local/php/etc/php.ini | grep 'disable_functions'
查看php.ini里的禁用函数
cat /usr/local/php/etc/php.ini | grep 'disable_functions' -A 5
如果加上 -A 5 表示输出 disable_functions 关键字 及后5行内容