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