mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
fix #37379
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212694 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6b4e4a1eb4
commit
746eb0bea3
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.yaz-es">
|
||||
<refnamediv>
|
||||
<refname>yaz_es</refname>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>yes_es</methodname>
|
||||
<type>void</type><methodname>yaz_es</methodname>
|
||||
<methodparam>
|
||||
<type>resource</type><parameter>id</parameter>
|
||||
</methodparam>
|
||||
|
@ -32,7 +32,7 @@
|
|||
</para>
|
||||
</note>
|
||||
<para>
|
||||
The <function>yes_es</function> creates an Extended Service Request
|
||||
The <function>yaz_es</function> creates an Extended Service Request
|
||||
packages and puts it into a queue of operations.
|
||||
Use <function>yaz_wait</function> to send the request(s) to the server.
|
||||
After completion of <function>yaz_wait</function> the result of
|
||||
|
|
Loading…
Reference in a new issue