mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-03-04 03:50:35 +08:00
0.0.1
This commit is contained in:
76
docs/php/yaz_es_result.html
Normal file
76
docs/php/yaz_es_result.html
Normal file
@@ -0,0 +1,76 @@
|
||||
<!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>Inspects Extended Services Result</title>
|
||||
</head>
|
||||
<body class="docs"><div id="layout">
|
||||
<div id="layout-content"><div id="function.yaz-es-result" class="refentry">
|
||||
<div class="refnamediv">
|
||||
<h1 class="refname">yaz_es_result</h1>
|
||||
<p class="verinfo">(PHP 4 >= 4.2.0, PECL yaz >= 0.9.0)</p><p class="refpurpose"><span class="refname">yaz_es_result</span> — <span class="dc-title">
|
||||
Inspects Extended Services Result
|
||||
</span></p>
|
||||
|
||||
</div>
|
||||
<div class="refsect1 description" id="refsect1-function.yaz-es-result-description">
|
||||
<h3 class="title">说明</h3>
|
||||
<div class="methodsynopsis dc-description">
|
||||
<span class="methodname"><strong>yaz_es_result</strong></span>
|
||||
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$id</code></span>
|
||||
) : <span class="type">array</span></div>
|
||||
|
||||
|
||||
<p class="para rdfs-comment">
|
||||
This function inspects the last returned Extended Service
|
||||
result from a server. An Extended Service is initiated
|
||||
by either <span class="function"><strong>yaz_item_order()</strong></span> or
|
||||
<span class="function"><a href="yaz_es.html" class="function">yaz_es()</a></span>.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="refsect1 parameters" id="refsect1-function.yaz-es-result-parameters">
|
||||
<h3 class="title">参数</h3>
|
||||
<p class="para">
|
||||
<dl>
|
||||
|
||||
|
||||
<dt>
|
||||
<code class="parameter">id</code></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
<p class="para">
|
||||
The connection resource returned by <span class="function"><a href="yaz_connect.html" class="function">yaz_connect()</a></span>.
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="refsect1 returnvalues" id="refsect1-function.yaz-es-result-returnvalues">
|
||||
<h3 class="title">返回值</h3>
|
||||
<p class="para">
|
||||
Returns array with element <em>targetReference</em>
|
||||
for the reference for the extended service operation (generated
|
||||
and returned from the server).
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="refsect1 seealso" id="refsect1-function.yaz-es-result-seealso">
|
||||
<h3 class="title">参见</h3>
|
||||
<p class="para">
|
||||
<ul class="simplelist">
|
||||
<li class="member"><span class="function"><a href="yaz_es.html" class="function" rel="rdfs-seeAlso">yaz_es()</a> - Prepares for an Extended Service Request</span></li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div></div></div></body></html>
|
||||
Reference in New Issue
Block a user