Home » PHP » PHP File Handling » Question
  1. Which one of the following function outputs the contents of a string variable to the specified resource?
    1. fwrites()
    2. filewrites()
    3. filewrite()
    4. fwrite()
    5. None of these
Correct Option: D

fwrite()



Your comments will be displayed only after manual approval.