Para's not quite in the right place.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275083 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2009-02-03 10:36:45 +00:00
parent 6a8cb99c80
commit d48c334eaf

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry xml:id="memcached.set" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@ -22,10 +22,12 @@
used to control when the value is considered expired. It can be set to
<literal>0</literal> which means that the value will persist until the
server deletes it to make space for new items.
<para>The value can be any valid PHP type except for resources, because
</para>
<para>
The value can be any valid PHP type except for resources, because
those cannot be represented in a serialized form. If the
<constant>Memcached::OPT_COMPRESSION</constant> option is turned on, the serialized
value will also be compressed before storage.</para>
value will also be compressed before storage.
</para>
</refsect1>