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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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