Go Ahead and …
一日一歩。一期一会。温故知新。
2014年5月1日木曜日
PHP:配列の空要素を削除する
remove the empty element of the array.
PHPです。
一般的にはこちら
$dst = array_filter($ref, 'strlen');
CakePHPならこちら
$dst = Hash::filter($ref);
新しい投稿
前の投稿
ホーム
登録:
投稿 (Atom)