What is the function file_get_contents() usefull for?



What is the function file_get_contents() usefull for?..

Answer / Simpel

file_get_contents($filename) reads the contents of a specified file and returns them as a string.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Apart from mail() function to send emails,is there any other functions in PHP to send emails?

4 Answers  


What is the difference between get and post method in php?

1 Answers  


Explain different types of errors in PHP (i.e. arguments in errorreporting function)?

8 Answers   Base2 Infotech, DCI, Microsoft, Tata Elxsi,


Difference between $message vs. $$Message in php.

1 Answers  


What is static in php?

1 Answers  


In PHP, fgets() is used to read a file one line at a time. State Whether True or False?

1 Answers  


What is a collection in php?

1 Answers  


What is framework? How it works? What is advantage?

1 Answers  


Is overloading possible in php?

1 Answers  


What is the difference between == and === in php?

1 Answers  


Explain about Type Juggling in PHP?

2 Answers  


What is __ invoke in php?

1 Answers  


Categories