Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/spl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/spl/tests/spl_001.phpt |
--TEST-- SPL: iterator_to_array() and iterator_count() --FILE-- <?php $it = new ArrayObject(array("x"=>1, 1=>2, 3=>3, 4, "1"=>5)); $ar = iterator_to_array($it); var_dump(iterator_count($it)); print_r($ar); foreach($ar as $v) { var_dump($v); } ?> ===DONE=== --EXPECT-- int(4) Array ( [x] => 1 [1] => 5 [3] => 3 [4] => 4 ) int(1) int(5) int(3) int(4) ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare