useful php functions/cheat sheet

PHP Array Functions array_diff (arr1, arr2 …) array_­filter (arr, function) array_flip (arr) array_­int­ersect (arr1, arr2 …) array_­merge (arr1, arr2 …) array_pop (arr) array_push (arr, var1, var2 …) array_­reverse (arr) array_­search (needle, arr) array_walk (arr, function) count (count) in_array (needle, haystack) PHP String Functions crypt (str, salt) explode (sep, str) implode (glue, arr) nl2br (str) sprintf … Continue reading