In PHP, what is the fastest/lowest load method to write to a file?

  • Thread starter Thread starter fourscore22
  • Start date Start date
F

fourscore22

Guest
If a PHP script will be experiencing very high load, what is the best way to write to a local file? Use fwrite? Use system() or exec() with a cat command? Or something else?

Thanks.
 
Back
Top