/** * extracting animated gif frames * @param [type] $imgFilePath [description] * @return [type] [description] */ protected function _getAnimatedGif($imgFilePath) { return $this->gifFrameExtractor->extract($imgFilePath); }
/** * [extractTo description] * * @param string $pathto Path to extract to * @param mixed $files Optional files parameter * * @return [type] [description] */ public function extractTo($pathto, $files = null) { $this->pclzip->extract(PCLZIP_OPT_PATH, $pathto); }