Yep. ftp_close() does still exist (ftp_quit is an FALIAS of ftp_close) and, unless someone has a good reason why this needs to change, will continue to exist long after this extension has been moved to PECL. ftp_quit() was simply added as an alias to match what the underlying command to the server is (i.e: "QUIT\r\n").
> Is he wrong ? > > Cheers, > > Mehdi > > *-*-*-*-*-*-*-*-*-*-*-* > > > Note Submitter: sam_at_totallydigital.co_dot_nz > > ---- > > Clearly, the documentation is out of date. Whether it's intentional or > not, ftp_close() is an obsolotete function. > * The example on the main FTP functions page should be updated to use > ftp_quit() * This page should be updated do say that ftp_close() > doesn't exist as of 4.1.2 * The ftp_quit() page should be updated to > say that this is the replacement of ftp_quit() -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
