PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Console » Console_Table » Bug #5042

Documentation of getTable has the wrong return type

Details

Submitted2005-08-09 19:50 UTC
Fromjwarchol at dsl dot net
Assignedyunosh
StatusClosed
PackageConsole_Table
PHP Version4.3.9
OSCentOS release 4.1 (Final)
Roadmaps(Not assigned)

Comments

[2005-08-09 19:50 UTC] jwarchol at dsl dot net

Description:
------------
On the page:

http://pear.php.net/manual/en/package.console.console-table.console-table.gettable.php

The function is listed as:

void Console_Table::getTable ()

when it really returns the ASCII table as a string which the caller should be expecting for storage or output.