Junior PHP Developer Question:
Explain what is the function file_get_contents() usefull for?
Answer:
file_get_contents() lets reading a file and storing it in a string variable.
Previous Question | Next Question |
Tell me how can we define a variable accessible in functions of a PHP script? | Tell me what is the actually used PHP version? |