You are here

public function PHPVideoToolkit::getLastError in Video 7.2

Same name and namespace in other branches
  1. 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

PHPVideoToolkit

Code

public function getLastError() {
  return $this->_errors[0];
}