What is the difference between file_get_contents() and file_put_contents() in php?
Answer / Meraj Ahmed
{"file_get_contents": "'file_get_contents' is a PHP function that reads the contents of a file and returns them as a string.","file_put_contents": "'file_put_contents' is a PHP function that writes data to a file."}
| Is This Answer Correct ? | 0 Yes | 0 No |
How can I know that a variable is a number or not using a JavaScript?
What is a comment in php?
How can we make a constant in php?
•How to upload files using PHP?
What is meant by nl2br()?
Explain me what are the main error types in php and how do they differ?
How to calculate the length of a string?
How many types of functions are there in php?
explain in brief type juggling in php?
What are the main error types in php and how do they differ?
What is mysql_fetch_row?
What is the maximum size of a table in mysql?