Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
Answer / Divya Prakash Gupta
To get the size of a file in PHP, you can use `filesize()` function: `$Size = filesize('filename');`
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the three different kinds of Arrays?
Declare a new variable in php equal to the number 3;
How can I learn php fast?
What is namespace and use in php?
What is strcmp () in php?
What are the differences between require and include, include_once?
What are the differences between PHP3 and PHP4 versions?
What is the difference between fopen() and fclose()?
What is Different between Joomla And Magento?
What is overloading and overriding in php?
how can attached a file to a mail and attached a resume to a mail and received in id
Which library is used in php to do various types of image work?