You are here

public function PHPVideoToolkit::getErrors in Video 7.2

Same name and namespace in other branches
  1. 7 libraries/phpvideotoolkit/phpvideotoolkit.php5.php \PHPVideoToolkit::getErrors()

Returns all the encountered errors as an array of strings

@access public

Return value

array

File

libraries/phpvideotoolkit/phpvideotoolkit.php5.php, line 3435
Libary to access FFmpeg

Class

PHPVideoToolkit

Code

public function getErrors() {
  return $this->_errors;
}