|
|
|
|
Pick one or more random entries out of an array - array_rand
Updated:
26/04/09
|
|
|
|
|
|
|
|
Pop the element off the end of array - array_pop
Updated:
26/04/09
|
|
|
|
|
|
|
|
Push one or more elements onto the end of arra - array_push
Updated:
26/04/09
|
|
|
|
|
|
|
|
Read text file into an array in one function
Updated:
23/04/09
|
|
|
|
|
|
|
|
Read text file into array and output
Updated:
23/04/09
|
|
|
|
|
|
|
|
Remove a portion of the array and replace it with something else - array_splice
Updated:
26/04/09
|
|
|
|
|
|
|
|
replace date - preg_replace
Updated:
23/04/09
|
|
|
|
|
|
|
|
Return all the keys of an array - array_keys
Updated:
26/04/09
|
|
|
|
|
|
|
|
Return all the values of an array - array_values
Updated:
26/04/09
|
|
|
|
|
|
|
|
Return an array with elements in reverse order - array_reverse
Updated:
26/04/09
|
|
|
|
|
|