uTools-Manuals/docs/php/ftp_nb_continue.html
2019-04-28 19:00:34 +08:00

30 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>连续获取发送文件non-blocking</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.ftp-nb-continue" class="refentry">
<div class="refnamediv">
<h1 class="refname">ftp_nb_continue</h1>
<p class="verinfo">(PHP 4 &gt;= 4.3.0, PHP 5, PHP 7)</p><p class="refpurpose"><span class="refname">ftp_nb_continue</span> &mdash; <span class="dc-title">连续获取发送文件non-blocking</span></p>
</div>
<div class="refsect1 unknown-seealsp" id="refsect1-function.ftp-nb-continue-unknown-seealsp">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>ftp_nb_continue</strong></span>
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$ftp_stream</code></span>
) : <span class="type">int</span></div>
<p class="para rdfs-comment">
以不分块的方式连续获取/发送一个文件。
</p>
<p class="para">
返回常量 <strong><code>FTP_FAILED</code></strong><strong><code>FTP_FINISHED</code></strong>
<strong><code>FTP_MOREDATA</code></strong>
</p>
</div>
</div></div></div></body></html>