Home » Console » Console_Table » Bug #5042
Documentation of getTable has the wrong return type
Details
| Submitted | 2005-08-09 19:50 UTC |
|---|---|
| From | jwarchol at dsl dot net |
| Assigned | yunosh |
| Status | Closed |
| Package | Console_Table |
| PHP Version | 4.3.9 |
| OS | CentOS 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.