User Tools

Site Tools


uphp:functions:print_r

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
uphp:functions:print_r [2017/04/12 13:02]
jeff
uphp:functions:print_r [2021/09/13 05:57] (current)
Line 7: Line 7:
 ====Description==== ====Description====
  
-<well size="sm"> +<well size="sm"><html> 
-<html> +<span style="font-size:125%">print_r (
-<span style="font-size:125%"> +
-</html> +
-[[print_r]] ( +
-<html>+
 <span style="color:green">array <span style="color:green">array
 <span style="color:blue">$array <span style="color:blue">$array
 <span style="color:black">) <span style="color:black">)
-</html> +</html></well>
-</well>+
  
 Prints human-readable information about an <html><b><span style="color:green">array<span style="color:black"></b></html> Prints human-readable information about an <html><b><span style="color:green">array<span style="color:black"></b></html>
Line 25: Line 20:
 <html><b><span style="color:blue">$array<span style="color:black"></b></html>:  The <html><b><span style="color:green">array<span style="color:black"></b></html> to dump to the current output <html><b><span style="color:blue">$array<span style="color:black"></b></html>:  The <html><b><span style="color:green">array<span style="color:black"></b></html> to dump to the current output
  
-====Return Value====+====Return Values====
  
 None None
Line 31: Line 26:
 ====Examples==== ====Examples====
  
-**Create an array with key/value pairs and dump the contents to the current output:**+===Create an array with key/value pairs and dump the contents to the current output===
  
 <code php> <code php>
Line 53: Line 48:
 </code> </code>
  
-**Dump some different types of arrays:**+===Dump some different types of arrays===
  
 <code php> <code php>
uphp/functions/print_r.1492002151.txt.gz · Last modified: 2021/09/13 05:56 (external edit)