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.0.8
7 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 7.0
Loading...
PHP 5.6
Loading...
PHP 5.5
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 7.0
Loading...
PHP 5.6
Loading...
PHP 5.5
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.0.8 change log


- PHP 5 and PHP 7 compatible version
- add more baudrates (Michael Heimpold)

requires:

  • php >=5.3.3
  • pearinstaller >=1.9.4