mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-18 05:26:57 +08:00
76 lines
3.0 KiB
HTML
76 lines
3.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>Close blob</title>
|
|
</head>
|
|
<body class="docs"><div id="layout">
|
|
<div id="layout-content"><div id="function.ibase-blob-close" class="refentry">
|
|
<div class="refnamediv">
|
|
<h1 class="refname">ibase_blob_close</h1>
|
|
<p class="verinfo">(PHP 5, PHP 7)</p><p class="refpurpose"><span class="refname">ibase_blob_close</span> — <span class="dc-title">Close blob</span></p>
|
|
|
|
</div>
|
|
|
|
<div class="refsect1 description" id="refsect1-function.ibase-blob-close-description">
|
|
<h3 class="title">说明</h3>
|
|
<div class="methodsynopsis dc-description">
|
|
<span class="methodname"><strong>ibase_blob_close</strong></span>
|
|
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$blob_handle</code></span>
|
|
) : <span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span></div>
|
|
|
|
<p class="para rdfs-comment">
|
|
This function closes a BLOB that has either been opened for reading by
|
|
<span class="function"><a href="ibase_blob_open.html" class="function">ibase_blob_open()</a></span> or has been opened for writing by
|
|
<span class="function"><a href="ibase_blob_create.html" class="function">ibase_blob_create()</a></span>.
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 parameters" id="refsect1-function.ibase-blob-close-parameters">
|
|
<h3 class="title">参数</h3>
|
|
<p class="para">
|
|
<dl>
|
|
|
|
|
|
<dt>
|
|
<code class="parameter">blob_handle</code></dt>
|
|
|
|
<dd>
|
|
|
|
<p class="para">
|
|
A BLOB handle opened with <span class="function"><a href="ibase_blob_create.html" class="function">ibase_blob_create()</a></span> or
|
|
<span class="function"><a href="ibase_blob_open.html" class="function">ibase_blob_open()</a></span>.
|
|
</p>
|
|
</dd>
|
|
|
|
|
|
</dl>
|
|
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 returnvalues" id="refsect1-function.ibase-blob-close-returnvalues">
|
|
<h3 class="title">返回值</h3>
|
|
<p class="para">
|
|
If the BLOB was being read, this function returns <strong><code>TRUE</code></strong> on success, if
|
|
the BLOB was being written to, this function returns a string containing
|
|
the BLOB id that has been assigned to it by the database. On failure, this
|
|
function returns <strong><code>FALSE</code></strong>.
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 seealso" id="refsect1-function.ibase-blob-close-seealso">
|
|
<h3 class="title">参见</h3>
|
|
<p class="para">
|
|
<ul class="simplelist">
|
|
<li class="member"><span class="function"><a href="ibase_blob_cancel.html" class="function" rel="rdfs-seeAlso">ibase_blob_cancel()</a> - Cancel creating blob</span></li>
|
|
<li class="member"><span class="function"><a href="ibase_blob_open.html" class="function" rel="rdfs-seeAlso">ibase_blob_open()</a> - Open blob for retrieving data parts</span></li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
|
|
|
|
</div></div></div></body></html> |