mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fixed typo (removed "()" inside <function>, what yields double "()")
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265870 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1e45a2531e
commit
61d6907857
5 changed files with 11 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.array-key-exists">
|
||||
<refnamediv>
|
||||
<refname>array_key_exists</refname>
|
||||
|
@ -68,7 +68,7 @@
|
|||
<entry>5.3.0</entry>
|
||||
<entry>
|
||||
This function doesn't work with objetcs anymore,
|
||||
<function>property_exists()</function> should be used in this case.
|
||||
<function>property_exists</function> should be used in this case.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<refentry xml:id="function.httprequest-gethistory" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
|
@ -22,7 +22,7 @@
|
|||
<classname>HttpRequest</classname>::<varname>recordHistory</varname> to TRUE.
|
||||
</para>
|
||||
<para>
|
||||
The returned object references the last received response, use <function>HttpMessage::getParentMessage()</function>
|
||||
The returned object references the last received response, use <function>HttpMessage::getParentMessage</function>
|
||||
to access the data of previously sent requests and received responses.
|
||||
</para>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<refentry xml:id="function.memcache-addserver" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>Memcache::addServer</refname>
|
||||
|
@ -29,8 +29,8 @@
|
|||
</para>
|
||||
|
||||
<para>
|
||||
When using this method (as opposed to <function>Memcache::connect()</function> and
|
||||
<function>Memcache::pconnect()</function>) the network connection is not established
|
||||
When using this method (as opposed to <function>Memcache::connect</function> and
|
||||
<function>Memcache::pconnect</function>) the network connection is not established
|
||||
until actually needed. Thus there is no overhead in adding a large number of servers
|
||||
to the pool, even though they might not all be used.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
|
||||
<refentry xml:id="sphinxclient.query" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
|
@ -55,7 +55,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
On success, <function>SphinxClient::query()</function> returns a list of
|
||||
On success, <function>SphinxClient::query</function> returns a list of
|
||||
found matches and additional per-query statistics. The result set is a
|
||||
hash utilize other structures instead of hash) with the following keys and
|
||||
values:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
|
||||
<refentry xml:id="sphinxclient.resetfilters" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
|
@ -17,7 +17,7 @@
|
|||
Clears all currently set filters. This call is normally required when
|
||||
using multi-queries. You might want to set different filters for different
|
||||
queries in the batch. To do that, you should call
|
||||
<function>SphinxClient::resetFilters()</function> and add new filters using
|
||||
<function>SphinxClient::resetFilters</function> and add new filters using
|
||||
the respective calls.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue