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