|
GlisWeb framework
|
questo file contiene funzioni per la manipolazione degli array Continua...
Vai al codice sorgente di questo file.
Funzioni | |
| string2array (&$s, $c=ARRAY_SEPARATOR) | |
| array2string (&$a, $c=ARRAY_SEPARATOR) | |
| rksort (&$array) | |
| trimArray (&$ar, $limit=0) | |
| removeFromArray (&$a, $e) | |
| arrayLowercase (&$a) | |
| if(! function_exists( 'array_key_first')) if(! function_exists( 'array_column')) | arraySortBy ( $field, &$array, $direction=ARRAY_SORT_ASC) |
| arrayFilterBy ( $field, $match, $array) | |
| arrayKeyValuesImplode ( $array, $tk1, $tk2, $empty=false) | |
| arrayInsertAssoc ( $ref, &$data, $array) | |
| arrayInsertSeq ( $ref, &$target, $add) | |
| addStr2arrayElements ( $a, $p=NULL, $s=NULL) | |
Variabili | |
| const | ARRAY_SORT_ASC 'ASC' |
| const | ARRAY_SORT_DSC 'DSC' |
| const | ARRAY_SEPARATOR '|' |
| const | CHECK_BY_KEY 'CBK' |
| const | CHECK_BY_VALUE 'CBV' |
questo file contiene funzioni per la manipolazione degli array
Definizione nel file _array.tools.php.
1.8.13