Ubiquity  2.0.0
php rapid development framework
UArray Class Reference

Static Public Member Functions

static isAssociative ($array)
 
static getValue ($array, $key, $pos)
 
static getDefaultValue ($array, $key, $default)
 
static asPhpArray ($array, $prefix="")
 
static remove ($array, $search)
 
static removeOne ($array, $search)
 
static update (&$array, $search, $newValue)
 

Static Private Member Functions

static parseValue ($v, $prefix="")
 

Detailed Description

Definition at line 5 of file UArray.php.

Member Function Documentation

◆ asPhpArray()

static asPhpArray (   $array,
  $prefix = "" 
)
static

Definition at line 27 of file UArray.php.

◆ getDefaultValue()

static getDefaultValue (   $array,
  $key,
  $default 
)
static

Definition at line 20 of file UArray.php.

◆ getValue()

static getValue (   $array,
  $key,
  $pos 
)
static

Definition at line 11 of file UArray.php.

◆ isAssociative()

static isAssociative (   $array)
static

Definition at line 7 of file UArray.php.

◆ parseValue()

static parseValue (   $v,
  $prefix = "" 
)
staticprivate

Definition at line 70 of file UArray.php.

◆ remove()

static remove (   $array,
  $search 
)
static

Definition at line 45 of file UArray.php.

◆ removeOne()

static removeOne (   $array,
  $search 
)
static

Definition at line 56 of file UArray.php.

◆ update()

static update ( $array,
  $search,
  $newValue 
)
static

Definition at line 63 of file UArray.php.


The documentation for this class was generated from the following file: