PHP:mcrypt_module_open()的用法 PHP
mcrypt_module_open
  (PHP 4 >= 4.0.2, PHP 5)
mcrypt_module_open — 打开算法和模式对应的模块
  说明
   resource mcrypt_module_open
    ( string $algorithm
   , string $algorithm_d
                                
                            PHP:mcrypt_module_self_test()的用法 PHP
mcrypt_module_self_test
  (PHP 4 >= 4.0.2, PHP 5)
mcrypt_module_self_test — 在指定模块上执行自检
  说明
   bool mcrypt_module_self_test
    ( string $algorithm
   [, string $lib_d
                                
                            PHP:mcrypt_ofb()的用法 PHP
mcrypt_ofb
  (PHP 4, PHP 5)
mcrypt_ofb — 使用 OFB 模式加密/解密数据
  说明
   string mcrypt_ofb
    ( int $cipher
   , string $key
   , string $data
   , int $mode
   , string $iv
  
                                
                            PHP:mdecrypt_generic()的用法 PHP
mdecrypt_generic (PHP 4  = 4.0.2, PHP 5)
mdecrypt_generic — 解密数据 说明 string mdecrypt_generic ( resource $td , strin...
                                
                            PHP:cal_info()的用法 PHP
cal_info
  (PHP 4 >= 4.1.0, PHP 5)
cal_info — 返回选定历法的信息
  说明
   array cal_info
    ([ int $calendar = -1
  ] )
  
   cal_info()返回选定 calendar的作息。
  
  
  
                                
                            PHP:cal_days_in_month()的用法 PHP
cal_days_in_month
  (PHP 4 >= 4.1.0, PHP 5)
cal_days_in_month — 返回某个历法中某年中某月的天数
  说明
   int cal_days_in_month
    ( int $calendar
   , int $month
   , int $y
                                
                            PHP:easter_days()的用法 PHP
easter_days
  (PHP 4, PHP 5)
easter_days — 得到指定年份的3月21日到复活节之间的天数
  说明
   int easter_days
    ([ int $year
   [, int $method = CAL_EASTER_DEFAULT
  ]] )
  
                                
                            PHP:zip_close()的用法 PHP
zip_close
  (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
zip_close — 关闭一个ZIP档案文件
  说明
   void zip_close
    ( resource $zip
   )
  
   关闭一个指定的ZI
                                
                            PHP:zip_entry_close()的用法 PHP
zip_entry_close (PHP 4  = 4.1.0, PHP 5  = 5.2.0, PECL zip  = 1.0.0)
zip_entry_close — 关闭目录项 说明 bool zip_entry_clos...
                                
                            PHP:zip_entry_compressedsize()的用法 PHP
zip_entry_compressedsize
  (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
zip_entry_compressedsize — 检索目录项压缩过后的大小
  说明
   int zip_entry_compressedsize