User Tools

Site Tools


uphp:functions:array

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:array [2017/04/12 12:50]
jeff
uphp:functions:array [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%;color:green">array <span style="font-size:125%;color:green">array
-<span style="color:black"> +<span style="color:black">array ( [
-</html> +
-[[array]] ( +
-<html> [+
 <span style="color:green">mixed <span style="color:green">mixed
 <span style="color:blue">$value <span style="color:blue">$value
 <span style="color:black">[, ...] ] ) <span style="color:black">[, ...] ] )
-</html> +</html></well>
-</well>+
  
 ====Parameters==== ====Parameters====
Line 24: Line 19:
 <html><b><span style="color:blue">$value<span style="color:black"></b>(s):  Optional comma separated list of values of any type (<b><span style="color:green">string<span style="color:black"></b>, <b><span style="color:green">int<span style="color:black"></b>, <b><span style="color:green">float<span style="color:black"></b>, <b><span style="color:green">array<span style="color:black"></b>)</html> <html><b><span style="color:blue">$value<span style="color:black"></b>(s):  Optional comma separated list of values of any type (<b><span style="color:green">string<span style="color:black"></b>, <b><span style="color:green">int<span style="color:black"></b>, <b><span style="color:green">float<span style="color:black"></b>, <b><span style="color:green">array<span style="color:black"></b>)</html>
  
-====Return Value====+====Return Values====
  
 <html><b><span style="color:green">Array<span style="color:black"></b></html>:  empty or with values as specified <html><b><span style="color:green">Array<span style="color:black"></b></html>:  empty or with values as specified
Line 30: Line 25:
 ====Examples==== ====Examples====
  
-**Creating Arrays:**+===Creating Arrays===
  
 <code php> <code php>
Line 45: Line 40:
 </code> </code>
  
-**Key/Value Pairs:**+===Key/Value Pairs===
  
 <code php> <code php>
uphp/functions/array.1492001455.txt.gz · Last modified: 2021/09/13 05:56 (external edit)