對於Windows,使用命令提示符中的命令 php --info | findstr /r /c:"error_log" 。在Linux 的情況下,使用命令 php --info | grep error 。這些命令將在 ...
確定! 回上一頁