PHP supports the direct io functions as described in the Posix
Standard (Section 6) for performing I/O functions at a lower
level than the C-Language stream I/O functions
(fopen(), fread(),..). The use
of the DIO functions should be considered only when direct
control of a device is needed. In all other cases, the standard
filesystem functions are more
than adequate.
Note:
This extension has been moved to the PECL repository and is no longer bundled with
PHP as of PHP 5.1.0.
This extension is only available on Windows Platforms as of PHP 5.0.0
The constants below are defined by this extension, and
will only be available when the extension has either
been compiled into PHP or dynamically loaded at runtime.
dio_stat --
Gets stat information about the file descriptor fd
dio_tcsetattr --
Sets terminal attributes and baud rate for a serial port
dio_truncate --
Truncates file descriptor fd to offset bytes
dio_write --
Writes data to fd with optional truncation at length
Php ref.dio Function syntax tag
ref.dio php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php ref.dio syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.