php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #15463 ftp_close() not functioning
Submitted: 2002-02-09 05:55 UTC Modified: 2002-02-10 04:38 UTC
From: wanderer at oasiscomm dot net Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.1.1 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
2 + 34 = ?
Subscribe to this entry?

 
 [2002-02-09 05:55 UTC] wanderer at oasiscomm dot net
I used the example script for ftp_close() and get the error "undefined function in line..".

I changed the script to use ftp_quit() instead and it worked fine.

In some of the documention pages, the index on the left shows ftp_close() as a function while others do not.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-09 07:34 UTC] georg@php.net
ftp_close is only available in current cvs version, and 
not in 4.1.1

There is also a note in the manual:

ftp_close
(PHP 4 CVS only)

Georg


 [2002-02-09 12:58 UTC] wanderer at oasiscomm dot net
http://www.php.net/manual/en/ref.ftp.php shows the ftp_close in the example and does not refer to ftp_close as only being in the CVS version.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 22:01:30 2024 UTC