dio

pecl install 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.

Maintainer

  • Remi Collet (lead )
  • Melanie Rhianna Lewis (lead ) [inactive]

Details

Stars: 20
Issue openned: 1
Downloads: 207932
0.3.0
6 months ago
Download DLL for processor with 64 bits architecture (x64)
PHP 8.3
Loading...
PHP 8.2
Loading...
PHP 8.1
Loading...
PHP 8.0
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 8.3
Loading...
PHP 8.2
Loading...
PHP 8.1
Loading...
PHP 8.0
Loading...
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 0.3.0 change log


- drop support for PHP 5 and 7
- add type hinting
- raise TypeError and ValueError for unexpected parameters

requires:

  • php >=8.0.0
  • pearinstaller >=1.10.0