Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17419 программистов и 1870 роботов. Сейчас ищет 1861 программист ...
HTML_CSS::setTab
Вернуться к: Handling options
HTML_CSS::setTab
HTML_CSS::setTab() – Set tab value
Synopsis
require_once 'HTML/CSS.php';
void HTML_CSS::setTab ( string $string )
Sets the string used to indent HTML
Parameter
- string $string
-
String used to indent ("\11", "\t", ' ', etc.).
Throws
throws no exceptions thrown
Since
since version 1.4.0 (2007-12-13)
Note
This function can not be called statically.
Вернуться к: Handling options