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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: wanderer at oasiscomm dot net
New email:
PHP Version: OS:

 

 [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: Fri Apr 19 20:01:29 2024 UTC