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