Sets the maximum execution time for this script
Parameters
int|string $seconds:
File
-
advagg_css_compress/
yui/ CSSMin.inc, line 186
Class
Code
public function set_max_execution_time($seconds) {
$this->maxExecutionTime = (int) $seconds;
}