(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5, PHP 7)
Opens a file (creating it if necessary) at a lower level than the C library input/ouput stream functions allow.
resource dio_open ( string $filename, int $flags [, int $mode = 0 ] )
dio_open() opens a file and returns a new file descriptor for it.
Parameters:
filename
The pathname of the file to open.