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/standard/tests/streams/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/streams/stream_get_meta_data_dir_basic.phpt |
--TEST-- stream_get_meta_data() on directories --FILE-- <?php $dir = opendir(dirname(__FILE__)); var_dump(stream_get_meta_data($dir)); closedir($dir); $dirObject = dir(dirname(__FILE__)); var_dump(stream_get_meta_data($dirObject->handle)); ?> --EXPECT-- array(8) { ["timed_out"]=> bool(false) ["blocked"]=> bool(true) ["eof"]=> bool(false) ["wrapper_type"]=> string(9) "plainfile" ["stream_type"]=> string(3) "dir" ["mode"]=> string(1) "r" ["unread_bytes"]=> int(0) ["seekable"]=> bool(true) } array(8) { ["timed_out"]=> bool(false) ["blocked"]=> bool(true) ["eof"]=> bool(false) ["wrapper_type"]=> string(9) "plainfile" ["stream_type"]=> string(3) "dir" ["mode"]=> string(1) "r" ["unread_bytes"]=> int(0) ["seekable"]=> bool(true) }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare