<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.sockets.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.socket-getopt.php',
    1 => 'socket_getopt',
    2 => 'socket_get_option のエイリアス',
  ),
  'up' => 
  array (
    0 => 'ref.sockets.php',
    1 => 'ソケット 関数',
  ),
  'prev' => 
  array (
    0 => 'function.socket-get-option.php',
    1 => 'socket_get_option',
  ),
  'next' => 
  array (
    0 => 'function.socket-getpeername.php',
    1 => 'socket_getpeername',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/sockets/functions/socket-getopt.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.socket-getopt" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">socket_getopt</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.1.0, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">socket_getopt</span> &mdash; <span class="dc-title"><span class="function"><a href="function.socket-get-option.php" class="function">socket_get_option()</a></span> のエイリアス</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.socket-getopt-description">
  <h3 class="title">説明</h3>
  <p class="simpara">
   この関数は次の関数のエイリアスです。
   <span class="function"><a href="function.socket-get-option.php" class="function">socket_get_option()</a></span>
  </p>
 </div>

 
</div><?php manual_footer($setup); ?>