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

Breadcrumb

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

10 calls to Archive_Tar::_close()

Archive_Tar::addString in vendor/pear/archive_tar/Archive/Tar.php
This method add a single string as a file at the end of the existing archive. If the archive does not yet exists it is created.
Archive_Tar::createModify in vendor/pear/archive_tar/Archive/Tar.php
This method creates the archive file and add the files / directories that are listed in $p_filelist. If the file already exists and is writable, it is replaced by the new tar. It is a create and not an add. If the file exists and is read-only or is a…
Archive_Tar::extractInString in vendor/pear/archive_tar/Archive/Tar.php
This method extract from the archive one file identified by $p_filename. The return value is a string with the file content, or NULL on error.
Archive_Tar::extractList in vendor/pear/archive_tar/Archive/Tar.php
This method extract from the archive only the files indicated in the $p_filelist. These files are extracted in the current directory or in the directory indicated by the optional $p_path parameter. If indicated the $p_remove_path can be used in the…
Archive_Tar::extractModify in vendor/pear/archive_tar/Archive/Tar.php
This method extract all the content of the archive in the directory indicated by $p_path. When relevant the memorized path of the files/dir can be modified by removing the $p_remove_path path at the beginning of the file/dir path. While extracting a…
Archive_Tar::listContent in vendor/pear/archive_tar/Archive/Tar.php
Archive_Tar::_append in vendor/pear/archive_tar/Archive/Tar.php
Archive_Tar::_cleanFile in vendor/pear/archive_tar/Archive/Tar.php
Archive_Tar::_openAppend in vendor/pear/archive_tar/Archive/Tar.php
Archive_Tar::__destruct in vendor/pear/archive_tar/Archive/Tar.php

API Navigation

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