質問

I would like to disable logging (access_log and error_log) on my server. Is this possible through the function ini_set()? If it is, how do you do it?

役に立ちましたか?

解決

Use the following code:

ini_set("log_errors", 0);
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top