public function Archive_Tar::extract
public Archive_Tar::extract($p_path = '', $p_preserve = false)
Parameters
string $p_path:
bool $p_preserve:
Return value
bool
File
- modules/system/system.tar.inc, line 364
Class
Code
public function extract($p_path = '', $p_preserve = false) { return $this->extractModify($p_path, '', $p_preserve); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!system!system.tar.inc/function/Archive_Tar::extract/7.x