Does php have a printf function?
yes, with the same syntax as java
What is the difference between the sprint and printf function?
sprint can output to a variable instead
What does the function file_exists do?
checks weather a file exists
What functions exists for opening/writing/closing files?
fopen, fwrite, fclose