For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > January 2006 > cvs: phpdoc /en/reference/var/functions print-r.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/var/functions print-r.xml
Mark Wiesemann

2006-01-26, 7:55 am

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/phpd...1&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>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com