Home » PHP » PHP File Handling » Question
  1. Which one of the following function is capable of reading a file into a string variable?
    1. file_get_contents()
    2. file_contents()
    3. file_get_content()
    4. file_content()
    5. None of these
Correct Option: A

file_get_contents()



Your comments will be displayed only after manual approval.