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_setsize_001.phpt |
--TEST-- SPL: FixedArray: setsize - populate array, then shrink --CREDITS-- PHPNW TestFest2009 - Rowan Merewood <rowan@merewood.org> --FILE-- <?php $array = new SplFixedArray(5); $array[0] = 'one'; $array[1] = 'two'; $array[2] = 'three'; $array[3] = 'four'; $array[4] = 'five'; $array->setSize(2); var_dump($array); ?> --EXPECTF-- object(SplFixedArray)#1 (2) { [0]=> %string|unicode%(3) "one" [1]=> %string|unicode%(3) "two" }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare