Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16221 программист и 1779 роботов. Сейчас ищут 1756 программистов ...
Введение
Вернуться к: Direct IO
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.
Замечание:
Это расширение было перемещено в репозиторий » PECL и больше не поставляется с PHP 5.1.0.
This extension is only available on Windows Platforms as of PHP 5.0.0
Вернуться к: Direct IO