<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.sockets.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'ref.sockets.php',
    1 => 'ソケット 関数',
    2 => 'ソケット 関数',
  ),
  'up' => 
  array (
    0 => 'book.sockets.php',
    1 => 'ソケット',
  ),
  'prev' => 
  array (
    0 => 'sockets.errors.php',
    1 => 'ソケットのエラー',
  ),
  'next' => 
  array (
    0 => 'function.socket-accept.php',
    1 => 'socket_accept',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/sockets/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.sockets.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.sockets" class="reference">
 <h1 class="title">ソケット 関数</h1>

 
























































































































































































































































































<h2>目次</h2><ul class="chunklist chunklist_reference"><li><a href="function.socket-accept.php">socket_accept</a> — ソケットへの接続を許可する</li><li><a href="function.socket-addrinfo-bind.php">socket_addrinfo_bind</a> — 与えられた addrinfo から、ソケットを作成してバインドする</li><li><a href="function.socket-addrinfo-connect.php">socket_addrinfo_connect</a> — 与えられた addrinfo から、ソケットを作って接続する</li><li><a href="function.socket-addrinfo-explain.php">socket_addrinfo_explain</a> — addrinfo に関する情報を取得する</li><li><a href="function.socket-addrinfo-lookup.php">socket_addrinfo_lookup</a> — 与えられたホスト名に関する getaddrinfo の内容を配列で取得する</li><li><a href="function.socket-atmark.php">socket_atmark</a> — ソケットに帯域外マークが付けられているかを調べる</li><li><a href="function.socket-bind.php">socket_bind</a> — ソケットに名前をバインドする</li><li><a href="function.socket-clear-error.php">socket_clear_error</a> — ソケットのエラーまたは直近のエラーコードをクリアする</li><li><a href="function.socket-close.php">socket_close</a> — Socket クラスのインスタンスを閉じる</li><li><a href="function.socket-cmsg-space.php">socket_cmsg_space</a> — メッセージバッファサイズを計算する</li><li><a href="function.socket-connect.php">socket_connect</a> — ソケット上の接続を初期化する</li><li><a href="function.socket-create.php">socket_create</a> — ソケット（通信時の終端）を作成する</li><li><a href="function.socket-create-listen.php">socket_create_listen</a> — 接続を受けつけるためにポートにソケットをオープンする</li><li><a href="function.socket-create-pair.php">socket_create_pair</a> — 区別できないソケットの組を作成し、配列に保存する</li><li><a href="function.socket-export-stream.php">socket_export_stream</a> — ソケットをカプセル化したストリームに、ソケットをエクスポートする</li><li><a href="function.socket-get-option.php">socket_get_option</a> — ソケットのオプションを取得する</li><li><a href="function.socket-getopt.php">socket_getopt</a> — socket_get_option のエイリアス</li><li><a href="function.socket-getpeername.php">socket_getpeername</a> — 指定したソケットのリモート側に問い合わせる</li><li><a href="function.socket-getsockname.php">socket_getsockname</a> — 指定したソケットのローカル側に問い合わせ、その型に応じてホスト/ポート、あるいは Unix ファイルシステムのパスを返す</li><li><a href="function.socket-import-stream.php">socket_import_stream</a> — ストリームをインポートする</li><li><a href="function.socket-last-error.php">socket_last_error</a> — ソケットの直近のエラーを返す</li><li><a href="function.socket-listen.php">socket_listen</a> — ソケット上で接続待ち(listen)する</li><li><a href="function.socket-read.php">socket_read</a> — ソケットから最大バイト長まで読みこむ</li><li><a href="function.socket-recv.php">socket_recv</a> — 接続したソケットからデータを受信する</li><li><a href="function.socket-recvfrom.php">socket_recvfrom</a> — 接続しているかどうかによらず、ソケットからデータを受信する</li><li><a href="function.socket-recvmsg.php">socket_recvmsg</a> — メッセージを読む</li><li><a href="function.socket-select.php">socket_select</a> — 与えられたソケットの配列に対し、指定した有効時間で select() システムコールを実行する</li><li><a href="function.socket-send.php">socket_send</a> — 接続したソケットにデータを送信する</li><li><a href="function.socket-sendmsg.php">socket_sendmsg</a> — メッセージを送信する</li><li><a href="function.socket-sendto.php">socket_sendto</a> — 接続しているかどうかによらずソケットにメッセージを送信する</li><li><a href="function.socket-set-block.php">socket_set_block</a> — ソケットのブロッキングモードを設定する</li><li><a href="function.socket-set-nonblock.php">socket_set_nonblock</a> — ソケットリソースを非ブロックモードに設定する</li><li><a href="function.socket-set-option.php">socket_set_option</a> — ソケットのオプションを設定する</li><li><a href="function.socket-setopt.php">socket_setopt</a> — socket_set_option のエイリアス</li><li><a href="function.socket-shutdown.php">socket_shutdown</a> — 受信、送信、または送受信用のソケットをシャットダウンする</li><li><a href="function.socket-strerror.php">socket_strerror</a> — ソケットエラーの内容を文字列として返す</li><li><a href="function.socket-write.php">socket_write</a> — ソケットに書き込む</li><li><a href="function.socket-wsaprotocol-info-export.php">socket_wsaprotocol_info_export</a> — WSAPROTOCOL_INFO 構造体をエクスポートする</li><li><a href="function.socket-wsaprotocol-info-import.php">socket_wsaprotocol_info_import</a> — 別のプロセスからソケットをインポートする</li><li><a href="function.socket-wsaprotocol-info-release.php">socket_wsaprotocol_info_release</a> — エクスポートした WSAPROTOCOL_INF 構造体を解放する</li></ul>
</div>
<?php manual_footer($setup); ?>