Accessing Streams

ALL FILE I/O HANDLED IN PHP USERSPACE is processed through the PHP streams layer introduced with PHP 4.3. Internally, extension code might opt to use stdio or posix file handles to communicate with the local file system or berkeley domain sockets, or it might call into that same API used by userspace stream I/O.

Категории