downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/fr/function.pfsockopen.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/ref.network.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'fr',
  ),
 
'this' =>
  array (
   
0 => 'function.pfsockopen.php',
   
1 => 'pfsockopen',
  ),
 
'up' =>
  array (
   
0 => 'ref.network.php',
   
1 => 'Fonctions réseaux',
  ),
 
'prev' =>
  array (
   
0 => 'function.openlog.php',
   
1 => 'openlog',
  ),
 
'next' =>
  array (
   
0 => 'function.setcookie.php',
   
1 => 'setcookie',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="function.pfsockopen" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">pfsockopen</h1>
  <p class="verinfo">(PHP 4, PHP 5)</p><p class="refpurpose"><span class="refname">pfsockopen</span> &mdash; <span class="dc-title">Ouvre une socket de connexion Internet ou Unix persistante</span></p>

 </div>

 <a name="function.pfsockopen.description"></a><div class="refsect1 description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">resource</span> <span class="methodname"><b>pfsockopen</b></span>
    ( <span class="methodparam"><span class="type">string</span> <tt class="parameter">$hostname</tt></span>
   [, <span class="methodparam"><span class="type">int</span> <tt class="parameter">$port</tt><span class="initializer">= -1</span></span>
   [, <span class="methodparam"><span class="type">int</span> <tt class="parameter reference">&amp;$errno</tt></span>
   [, <span class="methodparam"><span class="type">string</span> <tt class="parameter reference">&amp;$errstr</tt></span>
   [, <span class="methodparam"><span class="type">float</span> <tt class="parameter">$timeout</tt><span class="initializer">= ini_get(&quot;default_socket_timeout&quot;)</span></span>
  ]]]] )</div>

  <p class="para rdfs-comment">
   <b>pfsockopen()</b> se comporte exactement comme
   <a href="function.fsockopen.php" class="function">fsockopen()</a> mais la connexion ouverte le reste,
   même après la fin du script. C&#039;est la version
   persistante de <a href="function.fsockopen.php" class="function">fsockopen()</a>.
  </p>
 </div>


 <a name="function.pfsockopen.parameters"></a><div class="refsect1 parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">
   Pour plus d&#039;informations sur les paramètres, reportez-vous à la
   documentation sur la fonction <a href="function.fsockopen.php" class="function">fsockopen()</a>.
  </p>
 </div>


 <a name="function.pfsockopen.seealso"></a><div class="refsect1 seealso">
  <h3 class="title">Voir aussi</h3>
  <p class="para">
   </p><ul class="simplelist">
    <li class="member"><a href="function.fsockopen.php" class="function" rel="rdfs-seeAlso">fsockopen()</a> - Ouvre une socket de connexion Internet ou Unix</li>
   </ul><p>
  </p>
 </div>


</div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites