constant ARCHIVE_TAR_ATT_SEPARATOR

1 use of ARCHIVE_TAR_ATT_SEPARATOR
ArchiveTar::setAttribute in drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.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

drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php, line 48

Namespace

Drupal\Component\Archiver

Code

define('ARCHIVE_TAR_ATT_SEPARATOR', 90001);