PHP Function List
stream_open doesn't exist. Closest matches:
- fam_open
- rpm_open
- sqlite_open
- sqlite_popen
- stream_encoding
- stream_get_line
- stream_select
- stream_get_contents
- streamwrapper
- shmop_open
- stream_bucket_append
- stream_socket_sendto
- stream_filter_append
- stream_socket_client
- stream_bucket_new
- svn_repos_open
- eio_open
- dba_open
- stream_copy_to_stream
- stream_filter_prepend
Site Search Results
-
Streams API for PHP Extension Authors - ManualIn most cases, you will use php_stream_open_wrapper() to obtain the stream handle. This function works very much like fopen, as can be seen from the example below:
-
Example class registered as stream wrapper - Manualfunction stream_open ($path, $mode, $options, & $opath) { $url = parse_url ($path); $url ['path'] = substr ($url ['path'], 1); try
-
streamWrapper::stream_open — Opens file or URL; streamWrapper::stream_read — Read from stream; streamWrapper::stream_seek — Seeks to specific location in a stream
-
stream_wrapper_register - Manualpublic function stream_open ($path, $mode, $options, & $opened_path) { $url = parse_url ($path); $this-> varname = $url ["host"]; $this-> position = 0;
-
streamWrapper::url_stat - ManualstreamWrapper:: stream_ open; streamWrapper:: stream_ read; streamWrapper:: stream_ seek; streamWrapper:: stream_ set_ option; streamWrapper:: stream_ stat; streamWrapper:: stream_ tell
-
stream_context_create - Manualfunction stream_open ($path, $mode, $options, & $opened_path) { /* Verify context has data */ $contextOptions = stream_context_get_options ($this-> context);
-
streamWrapper::stream_read - ManualstreamWrapper:: stream_ open; streamWrapper:: stream_ read; streamWrapper:: stream_ seek; streamWrapper:: stream_ set_ option; streamWrapper:: stream_ stat; streamWrapper:: stream_ tell
-
public function stream_open ($path, $mode, $options, & $opened_path) { if ($mode != 'r' && $mode != 'rb') //only accept r and rb modes, no writing!
-
public static function stream_open ($path, $mode, $options,& $opened_path){ static:: $blob_data_position = 0; return true; } public static function stream ...
-
The latter is ok unless you need to keep the stream open to continue communication, in which case you have to let the receiving end know how much data to expect, or it ...

Other forms of search
To search the string "stream_open" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
