mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
add a note to clarify that these functions did not exist before the latest release
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@203627 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
71602d3f23
commit
83e798eb35
3 changed files with 22 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.Memcache-addServer">
|
||||
<refnamediv>
|
||||
<refname>Memcache::addServer</refname>
|
||||
|
@ -27,7 +27,13 @@
|
|||
<function>Memcache::close</function>.
|
||||
You can also use the <function>memcache_add_server</function> function.
|
||||
</para>
|
||||
|
||||
|
||||
<note>
|
||||
<para>
|
||||
This function has been added to Memcache version 2.0.0.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.Memcache-getExtendedStats">
|
||||
<refnamediv>
|
||||
<refname>Memcache::getExtendedStats</refname>
|
||||
|
@ -21,6 +21,12 @@
|
|||
You can also use the <function>memcache_get_extended_stats</function> function.
|
||||
</para>
|
||||
|
||||
<note>
|
||||
<para>
|
||||
This function has been added to Memcache version 2.0.0.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.Memcache-setCompressThreshold">
|
||||
<refnamediv>
|
||||
<refname>Memcache::setCompressThreshold</refname>
|
||||
|
@ -20,6 +20,12 @@
|
|||
You can also use the <function>memcache_set_compress_threshold</function> function.
|
||||
</para>
|
||||
|
||||
<note>
|
||||
<para>
|
||||
This function has been added to Memcache version 2.0.0.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
Loading…
Reference in a new issue