Fix doc bug #53835 (shm_put_var and SplStack).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307746 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2011-01-26 06:22:05 +00:00
parent 7b95acba7c
commit d4f1a9fbc6

View file

@ -52,8 +52,10 @@
<term><parameter>variable</parameter></term>
<listitem>
<para>
The variable. All <link linkend="language.types">variable-types</link>
except resources are supported.
The variable. All <link linkend="language.types">variable types</link>
that <function>serialize</function> supports may be used: generally
this means all types except for resources and some internal objects
that cannot be serialized.
</para>
</listitem>
</varlistentry>