HTML_CSS::setTab

HTML_CSS::setTab() – タブの値を設定する

Synopsis

require_once 'HTML/CSS.php';

void HTML_CSS::setTab ( string $string )

Description

HTML の字下げに使用する文字列を設定します。

Parameter

string $string

字下げに使用する文字列 ("\11"、"\t"、' ' など)。

Throws

例外はスローされません。

Since

バージョン 1.4.0 (2007-12-13) 以降

Note

This function can not be called statically.