• font-size-adjust

    font-size-adjust,设置或检索用于对象中文本的字体名称序列是否强制使用同一尺寸。

    3111

  • mcrypt_list_algorithms

    (PHP 4 >= 4.0.2, PHP 5, PHP 7) mcrypt_list_algorithms — 获取支持的加密算法

    1658

  • mcrypt_list_modes

    (PHP 4 >= 4.0.2, PHP 5, PHP 7) mcrypt_list_modes — 获取所支持的模式

    1158

  • mcrypt_module_close

    (PHP 4 >= 4.0.2, PHP 5, PHP 7) mcrypt_module_close — 关闭加密模块

    705

  • mcrypt_module_get_algo_key_size

    (PHP 4 >= 4.0.2, PHP 5, PHP 7) mcrypt_module_get_algo_key_size — 获取打开模式所支持的最大密钥大小

    889

  • mcrypt_module_is_block_mode

    (PHP 4 >= 4.0.2, PHP 5, PHP 7) mcrypt_module_is_block_mode — 检测指定模式是否以分组方式输出

    865

  • mcrypt_module_open

    (PHP 4 >= 4.0.2, PHP 5, PHP 7) mcrypt_module_open — 打开算法和模式对应的模块

    1846

  • mcrypt_module_self_test

    (PHP 4 >= 4.0.2, PHP 5, PHP 7) mcrypt_module_self_test — 在指定模块上执行自检

    878

  • mcrypt_ofb

    (PHP 4, PHP 5) mcrypt_ofb — 使用 OFB 模式加密/解密数据

    855

  • mdecrypt_generic

    (PHP 4 >= 4.0.2, PHP 5, PHP 7) mdecrypt_generic — 解密数据

    2403

  • PDO

    PHP 数据对象 (PDO) 扩展为PHP访问数据库定义了一个轻量级的一致接口。实现 PDO 接口的每个数据库驱动可以公开具体数据库的特性作为标准扩展功能。 注意利用 PDO 扩展自身并不能实现任何数...

    10622

Popular Entries