<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.stream.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'ref.stream.php',
    1 => 'Stream Funzioni',
    2 => 'Stream Funzioni',
  ),
  'up' => 
  array (
    0 => 'book.stream.php',
    1 => 'Streams',
  ),
  'prev' => 
  array (
    0 => 'streamwrapper.url-stat.php',
    1 => 'streamWrapper::url_stat',
  ),
  'next' => 
  array (
    0 => 'function.stream-bucket-append.php',
    1 => 'stream_bucket_append',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/stream/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.stream.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.stream" class="reference">
 <h1 class="title">Stream Funzioni</h1>

 














































































































































 























































































































<h2>Indice dei contenuti</h2><ul class="chunklist chunklist_reference"><li><a href="function.stream-bucket-append.php">stream_bucket_append</a> — Append bucket to brigade</li><li><a href="function.stream-bucket-make-writeable.php">stream_bucket_make_writeable</a> — Returns a bucket object from the brigade to operate on</li><li><a href="function.stream-bucket-new.php">stream_bucket_new</a> — Create a new bucket for use on the current stream</li><li><a href="function.stream-bucket-prepend.php">stream_bucket_prepend</a> — Prepend bucket to brigade</li><li><a href="function.stream-context-create.php">stream_context_create</a> — Creates a stream context</li><li><a href="function.stream-context-get-default.php">stream_context_get_default</a> — Retrieve the default stream context</li><li><a href="function.stream-context-get-options.php">stream_context_get_options</a> — Retrieve options for a stream/wrapper/context</li><li><a href="function.stream-context-get-params.php">stream_context_get_params</a> — Retrieves parameters from a context</li><li><a href="function.stream-context-set-default.php">stream_context_set_default</a> — Set the default stream context</li><li><a href="function.stream-context-set-option.php">stream_context_set_option</a> — Sets an option for a stream/wrapper/context</li><li><a href="function.stream-context-set-options.php">stream_context_set_options</a> — Sets options on the specified context</li><li><a href="function.stream-context-set-params.php">stream_context_set_params</a> — Set parameters for a stream/wrapper/context</li><li><a href="function.stream-copy-to-stream.php">stream_copy_to_stream</a> — Copies data from one stream to another</li><li><a href="function.stream-filter-append.php">stream_filter_append</a> — Attach a filter to a stream</li><li><a href="function.stream-filter-prepend.php">stream_filter_prepend</a> — Attach a filter to a stream</li><li><a href="function.stream-filter-register.php">stream_filter_register</a> — Register a user defined stream filter</li><li><a href="function.stream-filter-remove.php">stream_filter_remove</a> — Remove a filter from a stream</li><li><a href="function.stream-get-contents.php">stream_get_contents</a> — Reads remainder of a stream into a string</li><li><a href="function.stream-get-filters.php">stream_get_filters</a> — Retrieve list of registered filters</li><li><a href="function.stream-get-line.php">stream_get_line</a> — Gets line from stream resource up to a given delimiter</li><li><a href="function.stream-get-meta-data.php">stream_get_meta_data</a> — Retrieves header/meta data from streams/file pointers</li><li><a href="function.stream-get-transports.php">stream_get_transports</a> — Retrieve list of registered socket transports</li><li><a href="function.stream-get-wrappers.php">stream_get_wrappers</a> — Retrieve list of registered streams</li><li><a href="function.stream-is-local.php">stream_is_local</a> — Checks if a stream is a local stream</li><li><a href="function.stream-isatty.php">stream_isatty</a> — Check if a stream is a TTY</li><li><a href="function.stream-notification-callback.php">stream_notification_callback</a> — A callback function for the notification context parameter</li><li><a href="function.stream-register-wrapper.php">stream_register_wrapper</a> — Alias di stream_wrapper_register</li><li><a href="function.stream-resolve-include-path.php">stream_resolve_include_path</a> — Resolve filename against the include path</li><li><a href="function.stream-select.php">stream_select</a> — Runs the equivalent of the select() system call on the given
   arrays of streams with a timeout specified by seconds and microseconds</li><li><a href="function.stream-set-blocking.php">stream_set_blocking</a> — Set blocking/non-blocking mode on a stream</li><li><a href="function.stream-set-chunk-size.php">stream_set_chunk_size</a> — Set the stream chunk size</li><li><a href="function.stream-set-read-buffer.php">stream_set_read_buffer</a> — Set read file buffering on the given stream</li><li><a href="function.stream-set-timeout.php">stream_set_timeout</a> — Set timeout period on a stream</li><li><a href="function.stream-set-write-buffer.php">stream_set_write_buffer</a> — Sets write file buffering on the given stream</li><li><a href="function.stream-socket-accept.php">stream_socket_accept</a> — Accept a connection on a socket created by stream_socket_server</li><li><a href="function.stream-socket-client.php">stream_socket_client</a> — Open Internet or Unix domain socket connection</li><li><a href="function.stream-socket-enable-crypto.php">stream_socket_enable_crypto</a> — Turns encryption on/off on an already connected socket</li><li><a href="function.stream-socket-get-name.php">stream_socket_get_name</a> — Retrieve the name of the local or remote sockets</li><li><a href="function.stream-socket-pair.php">stream_socket_pair</a> — Creates a pair of connected, indistinguishable socket streams</li><li><a href="function.stream-socket-recvfrom.php">stream_socket_recvfrom</a> — Receives data from a socket, connected or not</li><li><a href="function.stream-socket-sendto.php">stream_socket_sendto</a> — Sends a message to a socket, whether it is connected or not</li><li><a href="function.stream-socket-server.php">stream_socket_server</a> — Create an Internet or Unix domain server socket</li><li><a href="function.stream-socket-shutdown.php">stream_socket_shutdown</a> — Shutdown a full-duplex connection</li><li><a href="function.stream-supports-lock.php">stream_supports_lock</a> — Tells whether the stream supports locking</li><li><a href="function.stream-wrapper-register.php">stream_wrapper_register</a> — Register a URL wrapper implemented as a PHP class</li><li><a href="function.stream-wrapper-restore.php">stream_wrapper_restore</a> — Restores a previously unregistered built-in wrapper</li><li><a href="function.stream-wrapper-unregister.php">stream_wrapper_unregister</a> — Unregister a URL wrapper</li></ul>
</div>
<?php manual_footer($setup); ?>