public function PHPVideoToolkit::getLastError in Video 7
Same name and namespace in other branches
- 7.2 libraries/phpvideotoolkit/phpvideotoolkit.php5.php \PHPVideoToolkit::getLastError()
* Returns the last encountered error message. * * @access public *
Return value
string
File
- libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php, line 3762
Class
Code
public function getLastError() {
return $this->_errors[0];
}