• mcrypt_list_modes

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

    1152

  • mcrypt_module_close

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

    701

  • mcrypt_module_get_algo_key_size

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

    887

  • mcrypt_module_is_block_mode

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

    863

  • mcrypt_module_open

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

    1842

  • mcrypt_module_self_test

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

    871

  • mcrypt_ofb

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

    851

  • mdecrypt_generic

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

    2397

  • PDO

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

    10618

  • PDO::beginTransaction

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) PDO::beginTransaction — 启动一个事务

    3425

  • PDO::commit

    (PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) PDO::commit — 提交一个事务

    948

Popular Entries