uTools-Manuals/docs/php/eio_sync.html
2019-04-08 23:22:26 +08:00

45 lines
2.0 KiB
HTML

<!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>Commit buffer cache to disk</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.eio-sync" class="refentry">
<div class="refnamediv">
<h1 class="refname">eio_sync</h1>
<p class="verinfo">(PECL eio &gt;= 0.0.1dev)</p><p class="refpurpose"><span class="refname">eio_sync</span> &mdash; <span class="dc-title">Commit buffer cache to disk</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.eio-sync-description">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>eio_sync</strong></span>
([ <span class="methodparam"><span class="type">int</span> <code class="parameter">$pri</code><span class="initializer"> = EIO_PRI_DEFAULT</span></span>
[, <span class="methodparam"><span class="type"><a href="language.types.callable.html" class="type callable">callable</a></span> <code class="parameter">$callback</code><span class="initializer"> = NULL</span></span>
[, <span class="methodparam"><span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <code class="parameter">$data</code><span class="initializer"> = NULL</span></span>
]]] ) : <span class="type">resource</span></div>
<p class="para rdfs-comment">
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.eio-sync-parameters">
<h3 class="title">参数</h3>
<p class="para">此函数没有参数。</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.eio-sync-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
<span class="function"><strong>eio_sync()</strong></span> returns request resource on success or <strong><code>FALSE</code></strong> on error.
</p>
</div>
</div></div></div></body></html>