php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #38264 prototype of ftp_nb_get is wrong
Submitted: 2006-07-31 03:22 UTC Modified: 2006-07-31 07:32 UTC
From: hanwoody at gmail dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: hanwoody at gmail dot com
New email:
PHP Version: OS:

 

 [2006-07-31 03:22 UTC] hanwoody at gmail dot com
Description:
------------
bool ftp_nb_get ( resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos] )

this prototype is wrong!



Expected result:
----------------
int ftp_nb_get ( resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos] )


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-07-31 07:32 UTC] tony2001@php.net
It is correct.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 13 00:01:31 2025 UTC