Manual PHP
Înapoi
Înainte
XCVIII.
Stream functions
Introducere
There are many wrappers built into PHP by default (See Anexa I), and additional, custom wrappers may be added either within a PHP script using stream_register_wrapper(), or directly from an extension using the API Reference in Cap. 43
Custom filters can be defined in a PHP script using stream_register_filter() or in an extension using the API Reference in Cap. 43
See Anexa I for a list of PHP builtin wrappers.
Again, see Anexa I for a description of targets for builtin streams.
Necesităţi
Aceste funcţii sunt disponibile ca părţi ale modulului standard care este întotdeauna disponibil.
Instalare
Configurare la rulare
Această extensie nu defineşte directive de configurare.
Stream Classes
Constante predefinite
Stream Errors
Exemple
Exemplu 1.
Exemplu 2.
Exemplu 3.
Înapoi
Acasã
Înainte
Sus