Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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