PclZip() public method

--------------------------------------------------------------------------------
public PclZip ( $p_zipname )
コード例 #1
0
ファイル: zip.class.php プロジェクト: jorkin/meiupic
 function zip_cla()
 {
     parent::PclZip('');
 }
コード例 #2
0
 function ZIP($archivePath)
 {
     parent::PclZip($archivePath);
 }