You are here

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

Archive_Tar

Code

public function extract($p_path = '', $p_preserve = false, $p_symlinks = true) {
  return $this
    ->extractModify($p_path, '', $p_preserve, $p_symlinks);
}