Connecting...

This is a quick preview of the lesson. For full access, please Log In or Sign up.
For more information, please see full course syllabus of Advanced PHP
For more information, please see full course syllabus of Advanced PHP
Advanced PHP Introduction to File I/O
Lecture Description
In this lesson our instructor talks about an introduction to the file I/O. First, he discusses File I/O, file permissions, fopen(), and file paths. Then he talks about file access modes, fopen() coding example, file pointers, fgets(), feof(), and fclose(). He also talks about trim () and a coding example. He ends the lesson with a homework challenge.
Bookmark & Share
Embed
Share this knowledge with your friends!
Copy & Paste this embed code into your website’s HTML
Please ensure that your website editor is in text mode when you paste the code.(In Wordpress, the mode button is on the top right corner.)
×
- - Allow users to view the embedded video in full-size.
Next Lecture
Previous Lecture
0 answers
Post by Jatin Soni on January 4, 2014
This is just wonder since so long no one reply to these comment. I am afraid now to keep subscribe here.
0 answers
Post by Adil Alkarkhi on May 21, 2013
Dose fopen function open the file's name or the content of the file? thank you
1 answer
Last reply by: sorin dragon
Sat Mar 12, 2016 5:10 AM
Post by Rakesh Satapathy on November 3, 2012
Can we just not just use "fclose($filehandle);" instead of assigning it to a variable? i tested, but not sure it closes or not?