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
 [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: Sat Jul 12 21:01:31 2025 UTC