随笔分类 -  PHP

摘要:<?php class OpenSSLAES { /** * var string $method 加解密方法,可通过openssl_get_cipher_methods()获得 */ protected $method; /** * var string $secret_key 加解密的密钥 */ 阅读全文
posted @ 2019-05-28 12:37 隔壁老郭 阅读(592) 评论(0) 推荐(0)
摘要:php编译扩展库时报错:Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script. 解决方案: y 阅读全文
posted @ 2019-05-27 11:44 隔壁老郭 阅读(1285) 评论(0) 推荐(0)