Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17154 программиста и 1834 робота. Сейчас ищут 1654 программиста ...
Console_Table::setHeaders
Вернуться к: Console_Table
Console_Table::setHeaders
Console_Table::setHeaders() – Sets the headers for the columns
Synopsis
require_once 'Console/Table.php';
void Console_Table::setHeaders ( array $headers )
Sets the headers for the columns
Parameter
- array $headers
-
The column headers
Throws
No exceptions thrown.
Note
This function can not be called statically.
Вернуться к: Console_Table