PHP:zip_entry_compressionmethod()的用法 PHP
zip_entry_compressionmethod
(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
zip_entry_compressionmethod — 检索目录实体的压缩方法
说明
string zip_entry_compressio
PHP:zip_entry_filesize()的用法 PHP
zip_entry_filesize
(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
zip_entry_filesize — 检索目录实体的实际大小
说明
int zip_entry_filesize
( resource $zip_en
PHP:zip_entry_name()的用法 PHP
zip_entry_name
(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
zip_entry_name — 检索目录项的名称
说明
string zip_entry_name
( resource $zip_entry
)
返
PHP:zip_entry_read()的用法 PHP
zip_entry_read
(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
zip_entry_read — 读取一个打开了的压缩目录实体
说明
string zip_entry_read
( resource $zip_en
PHP:zip_entry_open()的用法 PHP
zip_entry_open
(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
zip_entry_open — 打开用于读取的目录实体
说明
bool zip_entry_open
( resource $zip
, resource
PHP:zip_read()的用法 PHP
zip_read (PHP 4 = 4.1.0, PHP 5 = 5.2.0, PECL zip = 1.0.0)
zip_read — 读取ZIP存档文件中下一项 说明 resource zip_read ( resou...
PHP:zip_open()的用法 PHP
zip_open (PHP 4 = 4.1.0, PHP 5 = 5.2.0, PECL zip = 1.0.0)
zip_open — 打开ZIP存档文件 说明 resource zip_open ( string $f...
PHP:mcrypt_cfb()的用法 PHP
mcrypt_cfb
(PHP 4, PHP 5)
mcrypt_cfb — 以 CFB 模式加解密数据
说明
string mcrypt_cfb
( int $cipher
, string $key
, string $data
, int $mode
, string $iv
)
s
PHP:mcrypt_cbc()的用法 PHP
mcrypt_cbc
(PHP 4, PHP 5)
mcrypt_cbc — 以 CBC 模式加解密数据
说明
string mcrypt_cbc
( int $cipher
, string $key
, string $data
, int $mode
[, string $iv
] )
PHP:mcrypt_create_iv()的用法 PHP
mcrypt_create_iv (PHP 4, PHP 5)
mcrypt_create_iv — 从随机源创建初始向量 说明 string mcrypt_create_iv ( int $size [, int $sourc...