ID: 41458 User updated by: derernst at gmx dot ch Reported By: derernst at gmx dot ch -Status: Feedback +Status: Open Bug Type: Documentation problem PHP Version: Irrelevant New Comment:
http://ch2.php.net/manual/de/function.ftp-close.php http://ch2.php.net/manual/de/function.ftp-quit.php Previous Comments: ------------------------------------------------------------------------ [2007-05-21 13:50:25] [EMAIL PROTECTED] Which page are you viewing? (please post a _full_ url, not a shortcut) ------------------------------------------------------------------------ [2007-05-21 13:29:55] derernst at gmx dot ch Description: ------------ The manual states for ftp_close(): void ftp_close ( resource $ftp_stream ) And for ftp_quit: int ftp_quit ( int $ftp_stream ) Anyway, both var_dump(ftp_close($conn_id)) and var_dump(ftp_quit($conn_id)) display bool(true). In comp.lang.php I got told ftp_quit() was an alias of fpt_close(). If this is the case it would be helpful to find this information in the manual; if not, it would be helpful to find some short info about the differences. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41458&edit=1
