public property PHPVideoToolkit::$on_error_die in Video 7
Same name and namespace in other branches
- 7.2 libraries/phpvideotoolkit/phpvideotoolkit.php5.php \PHPVideoToolkit::on_error_die
* Determines what happens when an error occurs * * @access public
Type: boolean If true then the script will die, if not false is return by the error
File
- libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php, line 312
Class
Code
public $on_error_die = false;