Posted by: spaceufo on: June 29, 2007
is_array(), explode(), implode(), split() 그리고 join()을 참조하라.
array_change_key_case — Returns an array with all string keys lowercased or uppercased
array_chunk — Split an array into chunks
array_count_values — 배열 값의 수를 센다.
array_diff_assoc — Computes the difference of arrays with additional index check
array_diff — 배열의 차이을 계산한다.
array_fill — Fill an array with values
array_filter [...]