摘要: <?php class SwooleProcessController { //主进程pid protected $pidfile = ""; //构造函数 public function __construct(){ $this->pidfile = LOG_PATH."swoole/consum 阅读全文
posted @ 2025-11-13 15:20 sblack 阅读(2) 评论(0) 推荐(0)
摘要: 一,PHP生成RSA密钥对 PKCS#1 或者PKCS#8 $rtype = "PKCS#8"; //PKCS#1; $rlen = "1024"; //1024/2048/3072; $config = array ( 'private_key_bits' => $rlen, 'private_k 阅读全文
posted @ 2025-11-13 11:55 sblack 阅读(7) 评论(0) 推荐(0)