User Tools

Site Tools


uphp:functions:is_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:is_array [2017/04/06 12:06]
jeff
uphp:functions:is_array [2021/09/13 05:57] (current)
Line 3: Line 3:
 <badge>WMPRO, WMMINI FW >= 1.0</badge> <badge>WMMEGA FW >= 2.0</badge> <badge>WMPRO, WMMINI FW >= 1.0</badge> <badge>WMMEGA FW >= 2.0</badge>
  
-Return 1 if the variable is an <html><b><span style="color:green">array<span style="color:black"></b></html>+Check if variable is an <html><b><span style="color:green">array<span style="color:black"></b></html>
  
 ====Description==== ====Description====
  
-<well size="sm"> +<well size="sm"><html>
-<html>+
 <span style="font-size:125%;color:green">int <span style="font-size:125%;color:green">int
-<span style="color:black"> +<span style="color:black">is_array (
-</html> +
-[[is_array]] ( +
-<html>+
 <span style="color:green">mixed <span style="color:green">mixed
 <span style="color:blue">$variable <span style="color:blue">$variable
 <span style="color:black">) <span style="color:black">)
-</html> +</html></well>
-</well>+
  
-Check if a variable or value is an <html><b><span style="color:green">array<span style="color:black"></b></html>+Check to see if a variable or value is of type <html><b><span style="color:green">array<span style="color:black"></b></html>
  
 ====Parameter==== ====Parameter====
Line 26: Line 21:
 <html><b><span style="color:blue">$variable<span style="color:black"></b></html>:  Variable or expression to be evaluated <html><b><span style="color:blue">$variable<span style="color:black"></b></html>:  Variable or expression to be evaluated
  
-====Return Value====+====Return Values====
  
-1 (true) if <html><b><span style="color:green">array<span style="color:black"></b></html>, 0 (false) if not an array+<html><b><span style="color:green">Integer<span style="color:black"></b>:  1 (true) if <b><span style="color:green">array<span style="color:black"></b>, 0 (false) if not an array</html>
  
 ====Examples==== ====Examples====
Line 47: Line 42:
 ====See Also==== ====See Also====
  
-[[is_int()]] - Return 1 if the variable is an <html><b><span style="color:green">integer<span style="color:black"></b></html>+[[is_int()]] - Check if variable is an <html><b><span style="color:green">integer<span style="color:black"></b></html>
  
-[[is_float()]] - Return 1 if the variable is a <html><b><span style="color:green">float<span style="color:black"></b></html>+[[is_float()]] - Check if variable is a <html><b><span style="color:green">float<span style="color:black"></b></html>
  
-[[is_string()]] - Return 1 if the variable is a <html><b><span style="color:green">string<span style="color:black"></b></html>+[[is_string()]] - Check if variable is a <html><b><span style="color:green">string<span style="color:black"></b></html>
  
-[[is_numeric()]] - Return 1 if the value is numeric (<html><b><span style="color:green">int<span style="color:black"></b></html>, <html><b><span style="color:green">float<span style="color:black"></b></html> or numeric <html><b><span style="color:green">string<span style="color:black"></b></html>)+[[is_numeric()]] - <html>Check if value is numeric (<b><span style="color:green">int<span style="color:black"></b>, <b><span style="color:green">float<span style="color:black"></b> or numeric <b><span style="color:green">string<span style="color:black"></b>)</html>
  
-[[isset()]] - Return 1 if the variable exists+[[isset()]] - Check if variable exists
  
 [[uphp:variables|uPHP Variable Types and Limits]] [[uphp:variables|uPHP Variable Types and Limits]]
uphp/functions/is_array.1491480379.txt.gz · Last modified: 2021/09/13 05:56 (external edit)