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/SplFixedArray_fromarray_non_indexes.phpt |
--TEST-- Create a SplFixedArray from an array using the fromArray() function don't try to preserve the indexes. --CREDITS-- Philip Norton philipnorton42@gmail.com --FILE-- <?php $array = SplFixedArray::fromArray(array(1 => 1, 2 => '2', 3 => false), false); var_dump($array); ?> --EXPECTF-- object(SplFixedArray)#1 (3) { [0]=> int(1) [1]=> %string|unicode%(1) "2" [2]=> bool(false) }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare