public function PHPVideoToolkit::getLastError in Video 7.2
Same name and namespace in other branches
- 7 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 3425 - Libary to access FFmpeg
Class
Code
public function getLastError() {
return $this->_errors[0];
}