function Archive_Tar::extract

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);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.