<?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 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'function.socket-setopt.php',
    1 => 'socket_setopt',
    2 => 'Sin&ocirc;nimo de socket_set_option',
  ),
  'up' => 
  array (
    0 => 'ref.sockets.php',
    1 => 'Fun&ccedil;&otilde;es de Socket',
  ),
  'prev' => 
  array (
    0 => 'function.socket-set-option.php',
    1 => 'socket_set_option',
  ),
  'next' => 
  array (
    0 => 'function.socket-shutdown.php',
    1 => 'socket_shutdown',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/sockets/functions/socket-setopt.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.socket-setopt" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">socket_setopt</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.1.0, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">socket_setopt</span> &mdash; <span class="dc-title">Sinônimo de <span class="function"><a href="function.socket-set-option.php" class="function">socket_set_option()</a></span></span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.socket-setopt-description">
  <h3 class="title">Descrição</h3>
  <p class="simpara">
   Esta função é um apelido para: 
   <span class="function"><a href="function.socket-set-option.php" class="function">socket_set_option()</a></span>.
  </p>
 </div>


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