Couldn't export everything (bug #33203)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187429 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-06-01 09:15:17 +00:00
parent f6472a93ce
commit 5c2be94b08

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.6 -->
<refentry id="function.var-export">
<refnamediv>
@ -99,6 +99,15 @@ echo $v;
</example>
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
Variables of type <type>resource</type> and arrays or objects containing
objects couldn't be exported by this function.
</para>
</note>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>