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)
Замечание
This function can not be called statically.