PHP·98 questions

How to work with files?

Answer
file_get_contents() — read.
file_put_contents() — write.
fopen(), fread(), fwrite(), fclose().
file_exists() — check.
unlink() — delete.
Was this answer helpful?

More questions in this topic

Related questions from other topics