Please answer this simple SPAM challenge: max(nine, nine)? (Example: nine)
<?php //SplStack Mode is LIFO (Last In First Out) $q = new SplStack(); $q[] = 1; $q[] = 2; $q[] = 3; $q->push(4); $q->add(4,5); $q->rewind(); while($q->valid()){ echo $q->current(),"\n"; $q->next(); } ?> Output 5 4 3 2 1
<< Back to user notes page
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル