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

Breadcrumb

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

ARCHIVE_TAR_ATT_SEPARATOR

1 use of ARCHIVE_TAR_ATT_SEPARATOR
Archive_Tar::setAttribute in vendor/pear/archive_tar/Archive/Tar.php
This method set specific attributes of the archive. It uses a variable list of parameters, in the format attribute code + attribute values : $arch->setAttribute(ARCHIVE_TAR_ATT_SEPARATOR, ',');

File

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

Code

define('ARCHIVE_TAR_ATT_SEPARATOR', 90001);
RSS feed
Powered by Drupal