<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'ref.stream.php',
    1 => 'ストリーム 関数',
    2 => 'ストリーム 関数',
  ),
  'up' => 
  array (
    0 => 'book.stream.php',
    1 => 'ストリーム',
  ),
  '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' => 'ja',
    '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">ストリーム 関数</h1>

 


















































































































































































 

















































































































































<h2>目次</h2><ul class="chunklist chunklist_reference"><li><a href="function.stream-bucket-append.php">stream_bucket_append</a> — bucket を brigade に追加する</li><li><a href="function.stream-bucket-make-writeable.php">stream_bucket_make_writeable</a> — 操作する brigade から bucket オブジェクトを返す</li><li><a href="function.stream-bucket-new.php">stream_bucket_new</a> — 現在のストリームで使用する新しい bucket を作成する</li><li><a href="function.stream-bucket-prepend.php">stream_bucket_prepend</a> — bucket を brigade の先頭に追加する</li><li><a href="function.stream-context-create.php">stream_context_create</a> — ストリームコンテキストを作成する</li><li><a href="function.stream-context-get-default.php">stream_context_get_default</a> — デフォルトのストリームコンテキストを取得する</li><li><a href="function.stream-context-get-options.php">stream_context_get_options</a> — ストリーム / ラッパー / コンテキストに設定されているオプションを取得する</li><li><a href="function.stream-context-get-params.php">stream_context_get_params</a> — コンテキストのパラメータを取得する</li><li><a href="function.stream-context-set-default.php">stream_context_set_default</a> — デフォルトのストリームコンテキストを設定する</li><li><a href="function.stream-context-set-option.php">stream_context_set_option</a> — ストリーム / ラッパー / コンテキストのオプションを設定する</li><li><a href="function.stream-context-set-options.php">stream_context_set_options</a> — 指定されたコンテキストのオプションを設定する</li><li><a href="function.stream-context-set-params.php">stream_context_set_params</a> — ストリーム / ラッパー / コンテキストのパラメータを設定する</li><li><a href="function.stream-copy-to-stream.php">stream_copy_to_stream</a> — データをあるストリームから別のストリームにコピーする</li><li><a href="function.stream-filter-append.php">stream_filter_append</a> — ストリームにフィルタを付加する</li><li><a href="function.stream-filter-prepend.php">stream_filter_prepend</a> — フィルタをストリームに付加する</li><li><a href="function.stream-filter-register.php">stream_filter_register</a> — ユーザー定義のストリームフィルタを登録する</li><li><a href="function.stream-filter-remove.php">stream_filter_remove</a> — ストリームからフィルタを取り除く</li><li><a href="function.stream-get-contents.php">stream_get_contents</a> — 残りのストリームを文字列に読み込む</li><li><a href="function.stream-get-filters.php">stream_get_filters</a> — 登録されているフィルタのリストを取得する</li><li><a href="function.stream-get-line.php">stream_get_line</a> — 指定されたデリミタの位置までのデータを一行分としてストリームから読み込む</li><li><a href="function.stream-get-meta-data.php">stream_get_meta_data</a> — ヘッダーあるいはメタデータをストリームまたはファイルポインタから取得する</li><li><a href="function.stream-get-transports.php">stream_get_transports</a> — 登録されたソケットのトランスポートの一覧を取得する</li><li><a href="function.stream-get-wrappers.php">stream_get_wrappers</a> — 登録されているストリームのラッパーのリストを取得する</li><li><a href="function.stream-is-local.php">stream_is_local</a> — ローカルストリームかどうかを調べる</li><li><a href="function.stream-isatty.php">stream_isatty</a> — ストリームがターミナル型のデバイスかを調べる</li><li><a href="function.stream-notification-callback.php">stream_notification_callback</a> — notification コンテキストパラメータ用のコールバック関数</li><li><a href="function.stream-register-wrapper.php">stream_register_wrapper</a> — stream_wrapper_register のエイリアス</li><li><a href="function.stream-resolve-include-path.php">stream_resolve_include_path</a> — インクルードパスに対してファイル名を解決する</li><li><a href="function.stream-select.php">stream_select</a> — select() システムコールと同等の操作を、
   ストリームの配列に対して seconds と microseconds で指定されたタイムアウト時間をもって行う</li><li><a href="function.stream-set-blocking.php">stream_set_blocking</a> — ストリームのブロックモードを有効にする / 解除する</li><li><a href="function.stream-set-chunk-size.php">stream_set_chunk_size</a> — ストリームのチャンクサイズを設定する</li><li><a href="function.stream-set-read-buffer.php">stream_set_read_buffer</a> — 指定したストリームのファイル読み込みバッファリングを有効にする</li><li><a href="function.stream-set-timeout.php">stream_set_timeout</a> — ストリームにタイムアウトを設定する</li><li><a href="function.stream-set-write-buffer.php">stream_set_write_buffer</a> — 指定されたストリームのファイル書き込みバッファリングを有効にする</li><li><a href="function.stream-socket-accept.php">stream_socket_accept</a> — stream_socket_server で作られたソケットの接続を受け入れる</li><li><a href="function.stream-socket-client.php">stream_socket_client</a> — インターネットドメインまたは Unix ドメインのソケット接続を開く</li><li><a href="function.stream-socket-enable-crypto.php">stream_socket_enable_crypto</a> — 接続済みのソケットについて暗号化の on/off を切り替える</li><li><a href="function.stream-socket-get-name.php">stream_socket_get_name</a> — ローカルまたはリモートのソケットの名前を取得する</li><li><a href="function.stream-socket-pair.php">stream_socket_pair</a> — 接続された、区別できないソケットストリームの組を作成する</li><li><a href="function.stream-socket-recvfrom.php">stream_socket_recvfrom</a> — 接続されているかどうかにかかわらず、ソケットからのデータを受信する</li><li><a href="function.stream-socket-sendto.php">stream_socket_sendto</a> — 接続されているかどうかにかかわらず、ソケットにデータを送信する</li><li><a href="function.stream-socket-server.php">stream_socket_server</a> — インターネットドメインまたは Unix ドメインのサーバーソケットを作成する</li><li><a href="function.stream-socket-shutdown.php">stream_socket_shutdown</a> — 全二重接続を終了する</li><li><a href="function.stream-supports-lock.php">stream_supports_lock</a> — ストリームがロックをサポートしているかどうかを調べる</li><li><a href="function.stream-wrapper-register.php">stream_wrapper_register</a> — PHP のクラスとして実装された URL ラッパーを登録する</li><li><a href="function.stream-wrapper-restore.php">stream_wrapper_restore</a> — 事前に登録を解除された組み込みラッパーを復元する</li><li><a href="function.stream-wrapper-unregister.php">stream_wrapper_unregister</a> — URL ラッパーの登録を解除する</li></ul>
</div>
<?php manual_footer($setup); ?>