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_fileinfo_getlinktarget_basic.phpt |
--TEST-- SPL: Spl File Info test getLinkTarget --CREDITS-- Nataniel McHugh nat@fishtrap.co.uk --SKIPIF-- <?php if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test not for Windows platforms"); ?> --FILE-- <?php $link = __DIR__ . '/test_link'; symlink(__FILE__, $link ); $fileInfo = new SplFileInfo($link); if ($fileInfo->isLink()) { echo $fileInfo->getLinkTarget() == __FILE__ ? 'same' : 'different',PHP_EOL; } var_dump(unlink($link)); ?> --EXPECT-- same bool(true)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare