1 system.tar.inc | public Archive_Tar::extract($p_path = '', $p_preserve = false, $p_symlinks = true) |
Parameters
string $p_path:
bool $p_preserve:
bool $p_symlinks:
Return value
bool:
File
- core/
modules/ system/ system.tar.inc, line 381
Class
Code
public function extract($p_path = '', $p_preserve = false, $p_symlinks = true)
{
return $this->extractModify($p_path, '', $p_preserve, $p_symlinks);
}