<?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 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.socket-wsaprotocol-info-export.php',
    1 => 'socket_wsaprotocol_info_export',
    2 => 'Exports the WSAPROTOCOL_INFO Structure',
  ),
  'up' => 
  array (
    0 => 'ref.sockets.php',
    1 => 'Soket İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.socket-write.php',
    1 => 'socket_write',
  ),
  'next' => 
  array (
    0 => 'function.socket-wsaprotocol-info-import.php',
    1 => 'socket_wsaprotocol_info_import',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/sockets/functions/socket-wsaprotocol-info-export.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.socket-wsaprotocol-info-export" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">socket_wsaprotocol_info_export</h1>
  <p class="verinfo">(PHP 7 &gt;= 7.3.0, PHP 8)</p><p class="refpurpose"><span class="refname">socket_wsaprotocol_info_export</span> &mdash; <span class="dc-title">Exports the WSAPROTOCOL_INFO Structure</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.socket-wsaprotocol-info-export-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>socket_wsaprotocol_info_export</strong></span>(<span class="methodparam"><span class="type"><a href="class.socket.php" class="type Socket">Socket</a></span> <code class="parameter">$socket</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$process_id</code></span>): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   Exports the <code class="literal">WSAPROTOCOL_INFO</code> structure into shared memory and returns
   an identifier to be used with <span class="function"><a href="function.socket-wsaprotocol-info-import.php" class="function">socket_wsaprotocol_info_import()</a></span>. The
   exported ID is only valid for the given <code class="parameter">process_id</code>.
  </p>
  <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
   <span class="simpara">
    This function is available only on Windows.
   </span>
  </p></blockquote>
 </div>

 
 <div class="refsect1 parameters" id="refsect1-function.socket-wsaprotocol-info-export-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <dl>
   
    <dt><code class="parameter">socket</code></dt>
    <dd>
     <p class="para">
      A <span class="classname"><a href="class.socket.php" class="classname">Socket</a></span> instance.
     </p>
    </dd>
   
   
    <dt><code class="parameter">process_id</code></dt>
    <dd>
     <p class="para">
      The ID of the process which will import the socket.
     </p>
    </dd>
   
  </dl>
 </div>

 
 <div class="refsect1 returnvalues" id="refsect1-function.socket-wsaprotocol-info-export-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Returns an identifier to be used for the import,  başarısızlık durumunda <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.socket-wsaprotocol-info-export-changelog">
  <h3 class="title">Sürüm Bilgisi</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Sürüm: </th>
      <th>Açıklama</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
<td>8.0.0</td><td><code class="parameter">soket</code> artık bir
<span class="classname"><a href="class.socket.php" class="classname">Socket</a></span> örneği olabiliyor; evvelce
<span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> türündeydi.</td></tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 seealso" id="refsect1-function.socket-wsaprotocol-info-export-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.socket-wsaprotocol-info-import.php" class="function" rel="rdfs-seeAlso">socket_wsaprotocol_info_import()</a> - Imports a Socket from another Process</span></li>
   <li><span class="function"><a href="function.socket-wsaprotocol-info-release.php" class="function" rel="rdfs-seeAlso">socket_wsaprotocol_info_release()</a> - Releases an exported WSAPROTOCOL_INFO Structure</span></li>
  </ul>
 </div>

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