Constants

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.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.