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