Lines Matching refs:streams
73 streams there are a range of functions to do this defined in php_streams.h.
104 to know that the streams API provides a standard way to do this:
164 not a lock can be set on this stream. Typically you can only set locks on stdio streams.
195 If your system has the fopencookie function, php streams can synthesize a
197 streams, data base streams etc. etc.
235 method is intended to be used for streams if there is an underlying method
261 FILE* based streams.
280 mode is the stdio-like mode of operation - php streams places no real meaning
291 RULE #1: when writing your own streams: make sure you have configured PHP with
305 based streams, or if you were making a stream to read data from an RDBMS like
370 Take a look at the STDIO implementation in streams.c for more information