Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16519 программистов и 1672 робота. Сейчас ищут 1712 программистов ...
Console_Table
Вернуться к: Консоль
Console_Table provides methods to display tabular data in an ASCII terminal/shell.
- Introduction — Introduction to Console_Table
- Examples — Console_Table examples
- Console_Table::Console_Table — Console_Table constructor
- Console_Table::addCol — Adds a column to the table
- Console_Table::addData — Adds data to the table.
- Console_Table::addRow — Adds a row to the table
- Console_Table::getTable — Returns the table in wonderful ASCII art
- Console_Table::insertRow — Inserts a row after a given row number in the table.
- Console_Table::setHeaders — Sets the headers for the columns
Вернуться к: Консоль