php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #599 imap_qprint documentation
Submitted: 1998-07-30 11:08 UTC Modified: 1998-08-08 18:54 UTC
From: wheelman at nuc dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 3.0 Latest CVS OS: FreeBSD 2.2.7
Private report: No CVE-ID: None
 [1998-07-30 11:08 UTC] wheelman at nuc dot net
Documentation shows:

int imap_unsubscribe(string string);

I would assume it should be:

int imap_qprint(string string);

Documentation also states that it returns an 8-bit (binary) string.  Should it be returning a string then instead of an int?

(imap_8bit also states returning an int when the documentation states it returns a string)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-08-08 18:54 UTC] rasmus
Fixed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 11:01:31 2024 UTC