View Single Post
Old Aug 15th, 2006, 2:03 PM   #3
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
There are also shortcuts that generally amount to a wrapper for fopen, fwrite, and fclose. There are also functions for checking permissions. If you have a C/C++ background, be sure and read the documentation for the PHP version. Even those functions with identical names and purposes often operate a little differently. You might want to scan through the list of functions that you will find on this page and read up on the ones that capture your fancy. The PHP manual is really a very good resource.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote