Basic Binary File I/OAs you may recall from my last column, PHP provides two fundamentalfunctions for reading and writing text-based data. You’ll be happy to knowthat when working with binary files, three of the functions you learnedlast time are still useful. We’ll use fopen() to open our files, fclose() to close them, and fputs() / fwrite() to write data to the appropriate file.fputs(), although it wasn’t discussed earlier, is reallyan alias for the function fwrite(). There is no di
continue >>
Author:
Time:
Tuesday, February 5th, 2008 at 7:09 pm
Category:
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation: