Helping ordinary people create extraordinary websites!
HOME TUTORIALS SCRIPTS WEB HOSTING BLOG FORUM
Get Our Newsletter
Email:

Constants

Constants -- Predefined Constants

FILE_DEFAULT_READSIZE

The default number of bytes to read from a file.

FILE_MODE_WRITE

Using this mode, opened files will be truncated first and then new data will be written to them.

FILE_MODE_APPEND

Using this mode, new data will be appended to the end of opened files.