PHP Function List
print_r() doesn't exist. Closest matches:
- print_r
- printf
- variant_or
- vprintf
- sprintf
- fprintf
- variant_xor
- vsprintf
- vfprintf
- printer_list
- printer_open
- variant_round
- printer_abort
- printer_close
- printer_write
- splint
- pcntl_fork
- variant_add
- printer_end_doc
Site Search Results
-
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 ...
-
* Better GI than print_r or var_dump -- but, unlike var_dump, you can only dump one variable. * Added htmlentities on the var content before echo, so you see what is really there ...
-
; The environment variables are not hashed into the $_ENV. To access; environment variables, you can use getenv() instead. so... don't be surprised if you print_r($_ENV) and you ...
-
print_r ($text);?> Notes: 1) To get round the Replacement Order Gotcha, the comma is also replaced with its code equivalent: , 2) You can adapt the $replace section to suit your ...
-
$varList = get_defined_vars (); //Time to call the function print "<pre>"; print_r (getDefinedVars ($varList, $excludeList)); print "</pre>";?>
-
Error Handling Functions - Manual"\n\n---ERRCONTEXT---\n". print_r ( $errcontext, true). "\n\nBacktrace of errorHandler()\n". print_r ( debug_backtrace (), true);} function a ( ) { //echo "a()'s backtrace\n".print_r ...
-
print_r ($var) else var_dump ($var); echo "\n-->\n"; } } // Dump function parameters into HTML comments for debugging: function debugFunc () {
-
Variables From External Sources - Manualecho htmlspecialchars (print_r ($_POST, true)); echo '</pre>';}?> <form action="" method="post"> Name: <input type="text" name="personal[name]" /><br />
-
print_r ($data); echo '</pre>';?> // $query[1] outputs: CREATE TABLE `task_table` ( `task_id` int(64) NOT NULL auto_increment, `ticket_id` int(64) NOT NULL,
-
simplexml_load_string - ManualAs was said before don't use var_dump() or print_r() to see SimpleXML object structure as they do not returns always what you expect. Consider the following:

Other forms of search
To search the string "print_r()" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
