update : 2015.11.03
php.shukuma.com검색:
|
ZipArchive::addPattern(PHP 5 >= 5.3.0, PECL zip >= 1.9.0) ZipArchive::addPattern — Add files from a directory by PCRE pattern 설명
bool ZipArchive::addPattern
( string
$pattern
[, string $path = "."
[, array $options = array()
]] )
Add files from a directory which match the regular expression 인수
반환값
성공 시 예제Example #1 ZipArchive::addPattern() example Add all php scripts and text files from current directory
<?php 참고
|