PEAR logo

HTML_CSS : The Definitive Guide

Name

HTML_CSS::setTab — Set tab value

Synopsis

    require_once 'HTML/CSS.php';
   
void HTML_CSS::setTab ( $string);  
string   $string ;

Description

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.

HTML_CSS : The Definitive Guide v 1.5.0 : January 15, 2008