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/ftp/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/ftp/tests/ftp_fget_basic1.phpt |
--TEST-- Testing ftp_fget ignore autoresume if autoseek is switched off --CREDITS-- Rodrigo Moyle <eu [at] rodrigorm [dot] com [dot] br> #testfest PHPSP on 2009-06-20 --SKIPIF-- <?php require 'skipif.inc'; ?> --FILE-- <?php require 'server.inc'; $ftp = ftp_connect('127.0.0.1', $port); ftp_login($ftp, 'user', 'pass'); if (!$ftp) die("Couldn't connect to the server"); ftp_set_option($ftp, FTP_AUTOSEEK, false); $local_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "ftp_fget_basic1.txt"; $handle = fopen($local_file, 'w'); var_dump(ftp_fget($ftp, $handle, 'fget.txt', FTP_ASCII, FTP_AUTORESUME)); var_dump(file_get_contents($local_file)); ?> --CLEAN-- <?php @unlink(dirname(__FILE__) . DIRECTORY_SEPARATOR . "ftp_fget_basic1.txt"); ?> --EXPECT-- bool(true) string(12) "ASCIIFooBar "
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare