|
|||||||
|
|
XXII. Direct IO FunctionsIntroductionPHP 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.
RequirementsTämän laajennuksen asentaminen ei vaadi ylimääräisiä ohjelmakirjastoja. InstallationTo get these functions to work, you have to configure PHP with --enable-dio. Runtime ConfigurationTämä laajennus ei määrittele yhtäkään direktiiviä php.inissä. Resource TypesOne resource type is defined by this extension: a file descriptor returned by dio_open(). Predefined ConstantsTämä laajennus ei määrittele yhtäkään uutta vakiota.
| ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "PHP Käsikirja". See Index Page for more info about Authorship and Copyright. 1999-2008 Linuxinfor.com. No rights reserved. |