HTML_CSS::__set

HTML_CSS::__set() – Set option for the class

Synopsis

require_once 'HTML/CSS.php';

void HTML_CSS::__set ( string $option , string $val )

Description

Set an individual option value. Option must exist.

Parameter

string $option

Name of option to set

string $val

Value of option to set

Throws

throws no exceptions thrown

Since

since version 1.4.0 (2007-12-13)

Note

This function can not be called statically.

Get option for the class (Previous) Return the charset encoding string (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.