Introduction | |
PEAR Manual | |
require_once 'PEAR/Info.php'; |
boolean PEAR_Info::setStyleSheet (
string $css = NULL
)
Sets the custom style sheet (colors, sizes) to applied to PEAR_Info output. If you don't give any parameter, you'll then apply again the default style.
(optional) File to read user-defined styles from
throws no exceptions thrown
since version 1.7.0RC1 (2007-07-01)
This function can not be called statically.
If you don't want to have any style applied, then build an empty style sheet (css file) and give it as function parameter (See example below).
boolean - TRUE if custom styles, FALSE if default styles applied.
|
Introduction | |
PEAR Manual | |