Which function you can use in php to open a file for reading or writing or for both?
Answer / Geetanjali
The fopen() function is used in PHP to open a file for reading, writing, or both.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is salary a ratio or interval?
Explain what are the three classes of errors that can occur in php?
What is difference between single quotes and double quotes in php?
Are php variables global?
What is the use of print_r function in php?
What is the use of inner join in mysql?
What are the functions to be used to get the image's properties (size, width and height)?
What is a variable cost example?
Tools used for drawing er diagrams?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
What is the difference between get and post in php?
Which function is used in php to search a particular value in an array?