constant ARCHIVE_TAR_ATT_SEPARATOR

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

Code

define('ARCHIVE_TAR_ATT_SEPARATOR', 90001)