
|
|
||||||
print_rDescriptionmixed print_r ( mixed expression [, bool return] )print_r() displays information about a variable in a way that's readable by humans. print_r(), var_dump() and var_export() will also show protected and private properties of objects with PHP 5. Remember that print_r() will move the array pointer to the end. Use reset() to bring it back to beginning. Parameters
Return ValuesIf given a string, integer or float, the value itself will be printed. If given an array, values will be presented in a format that shows keys and elements. Similar notation is used for objects. Notes
ChangeLog
|
|||||||
| About the NetVisits, Inc Network | Advertise Developer Tutorials hosted by HostGator. Copyright ©2007 NetVisits, Inc Network. All Rights Reserved. Privacy Policy. |