1.

Write short notes on File handling functions?

Answer»

1. fopen( ) – PHP Open a File 

2. fread( ) – PHP Read a File, 

3. fclose( ) – PHP Close a File, 

4. fwrite( ) – PHP Write a File, 

5. file_put_contents( ) – PHP Appending a File



Discussion

No Comment Found