wiesemann Thu Jan 26 12:28:19 2006 UTC
Modified files:
/phpdoc/en/reference/var/functions print-r.xml
Log:
var_dump() also shows protected and private properties with PHP5
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/var/functions/print-r.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/var/functions/print-r.xml
diff -u phpdoc/en/reference/var/functions/print-r.xml:1.10
phpdoc/en/reference/var/functions/print-r.xml:1.11
--- phpdoc/en/reference/var/functions/print-r.xml:1.10 Tue Jan 3 17:39:26 2006
+++ phpdoc/en/reference/var/functions/print-r.xml Thu Jan 26 12:28:19 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.5 -->
<refentry id="function.print-r">
<refnamediv>
@@ -27,7 +27,8 @@
printed. If given an <type>array</type>,
values will be presented in a format that shows keys and
elements. Similar notation is used for <type>object</type>s.
- <function>print_r</function> and <function>var_export</function> will
+ <function>print_r</function>, <function>var_dump</function> and
+ <function>var_export</function> will
also show protected and private properties of objects with PHP 5.
</simpara>
<simpara>