dio_open(PHP 4 >= 4.2.0) dio_open -- Opens a new filename with specified permissions of flags and creation permissions of modeDescriptionresource dio_open ( string filename, int flags [, int mode])dio_open() opens a file and returns a new file descriptor for it, or FALSE if any error occurred. If flags is O_CREAT, the optional third parameter mode will set the mode of the file (creation permissions). The flags parameter can be one of the following options:
See also: dio_close(). | ||