<?php include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc'; $TOC = array(); $TOC_DEPRECATED = array(); $PARENTS = array(); include_once dirname(__FILE__) ."/toc/class.swoole-client.inc"; $setup = array ( 'home' => array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'swoole-client.pipe.php', 1 => 'Swoole\\Client::pipe', 2 => 'Redirect the data to another file descriptor.', ), 'up' => array ( 0 => 'class.swoole-client.php', 1 => 'Swoole\\Client', ), 'prev' => array ( 0 => 'swoole-client.pause.php', 1 => 'Swoole\\Client::pause', ), 'next' => array ( 0 => 'swoole-client.recv.php', 1 => 'Swoole\\Client::recv', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/swoole/swoole/client/pipe.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?> <div id="swoole-client.pipe" class="refentry"> <div class="refnamediv"> <h1 class="refname">Swoole\Client::pipe</h1> <p class="verinfo">(PECL swoole >= 1.9.0)</p><p class="refpurpose"><span class="refname">Swoole\Client::pipe</span> — <span class="dc-title">Redirect the data to another file descriptor.</span></p> </div> <div class="refsect1 description" id="refsect1-swoole-client.pipe-description"> <h3 class="title">说明</h3> <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>Swoole\Client::pipe</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$socket</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div> <p class="para rdfs-comment"> </p> </div> <div class="refsect1 parameters" id="refsect1-swoole-client.pipe-parameters"> <h3 class="title">参数</h3> <dl> <dt><code class="parameter">socket</code></dt> <dd> <p class="para"> </p> </dd> </dl> </div> </div><?php manual_footer($setup); ?>