What's faster? file_put_contents(); fopen(); fwrite(); fclose();?

Viewed 44491

What is better? I have my own MySQL log so it has about 90MB, but I'm not sure which one should I use. It opens file EVERYTIME there is query to execute.

What's faster?

5 Answers
Related