[PHP-DEV] Bug #599: imap_qprint documentation From: wheelman <email protected>
Date: 07/30/98

From: wheelman <email protected>
Operating system: FreeBSD 2.2.7
PHP version: 3.0 Latest CVS
PHP Bug Type: Documentation problem
Bug description:
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)