|
|||||||
|
|
XXII. Direct IO FunctionsIntroduktionPHP 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.
SystemkravIngen eksterne libraries er nødvendige for at kompilere denne udvidelse. InstallationTo get these functions to work, you have to configure PHP with --enable-dio. Runtime KonfigurationDenne udvidelse har intet konfigurations-direktiv defineret i php.ini. RessourcetyperOne resource type is defined by this extension: a file descriptor returned by dio_open(). Foruddefinerede KonstanterDenne udvidelse har ingen konstanter.
| ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "PHP Manualen". See Index Page for more info about Authorship and Copyright. 1999-2008 Linuxinfor.com. No rights reserved. |