constant ARCHIVE_TAR_ATT_SEPARATOR

1 use of ARCHIVE_TAR_ATT_SEPARATOR
Archive_Tar::setAttribute in drupal/modules/system/system.tar.inc
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/modules/system/system.tar.inc, line 81

Code

define('ARCHIVE_TAR_ATT_SEPARATOR', 90001);