Lines Matching defs:strip
132 * The $strip parameter allows you to strip a certain number of path components from the filenames
133 * found in the tar file, similar to the --strip-components feature of GNU tar. This is triggered when
134 * an integer is passed as $strip.
135 * Alternatively a fixed string prefix may be passed in $strip. If the filename matches this prefix,
148 * @param int|string $strip either the number of path components or a fixed prefix to strip
155 public function extract($outdir, $strip = '', $exclude = '', $include = '')
176 // apply strip rules
177 $fileinfo->strip($strip);