Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Tar.php

function Archive_Tar::extract

Parameters

string $p_path:

bool $p_preserve:

bool $p_symlinks:

Return value

bool

File

vendor/pear/archive_tar/Archive/Tar.php, line 318

Class

Archive_Tar
Creates a (compressed) Tar archive

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal