Please answer this simple SPAM challenge: four plus five? (Example: nine)
To remove elements from an array, based on array values:<?php$i_to_remove=array();foreach($array_to_prune as $i=>$value){ if(cond_to_delete($value)) $i_to_remove[]=$i;}foreach($i_to_remove as $j=>$i) array_splice($array_to_prune,$i-$j,1);?>
<< Back to user notes page
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル