mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7b95acba7c
commit
d4f1a9fbc6
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue