Lines Matching refs:need
9 case sockets and files every time you need to work with a "user-level" PHP file
61 * `STREAM_MUST_SEEK` - If you really need to be able to seek the stream and
62 don't need to be able to write to the original file/URL, use this option to
70 If you need to open a specific stream, or convert standard resources into
103 If you need to copy some data from one stream to another, you will be please to
127 is allocated using `pemalloc()`. You need to call `pefree()` to release the
131 If you have an existing stream and need to be able to `seek()` it, you can use
150 NOTE: If you only need to seek forward, there is no need to call this function,
164 NOTE: If you are opening a stream and need it to be seekable, use the
178 You need to "cast" the stream into a `FILE*`, and this is how you do it:
253 implementation need only implement write, read, close and flush. The gets method
324 First, you need to figure out what data you need to associate with the
325 `php_stream`. For example, you might need a pointer to some memory for memory
330 you need to store more than a single field of data, define a structure to hold
400 The main thing to remember is that in your close operation you need to release
402 example above, you need to use mysql_free_result on the rowset, close the