dio

Direct I/O functions


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(),..).

DIO provides functions and stream wrappers which provide raw and
serial low level IO support. 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.

License: PHP-3.01

Latest releases

Version Release Download
0.3.0 2024-02-22 dio-0.3.0.tgz
0.3.0RC1 2024-01-25 dio-0.3.0RC1.tgz
0.2.2 2024-01-23 dio-0.2.2.tgz
0.2.1 2022-01-25 dio-0.2.1.tgz
0.2.0 2020-04-16 dio-0.2.0.tgz
Show all releases

Changelog

Version Message
0.3.0 - drop support for PHP 5 and 7
- add type hinting
- raise TypeError and ValueError for unexpected parameters
0.3.0RC1 - drop support for PHP 5 and 7
- add type hinting
- raise TypeError and ValueError for unexpected parameters
0.2.2 - fix GH-12 Memory leak in dio_read
0.2.1 - fix windows build
0.2.0 - fix stream API for PHP 7.4+
Show complete changelog