摘要:
<?php use Workerman\Worker; use Workerman\Timer; use PHPSocketIO\SocketIO; use Workerman\Protocols\Http\Request; use Workerman\Connection\TcpConnectio 阅读全文
posted @ 2025-03-21 13:25
知风阁
阅读(14)
评论(0)
推荐(0)
摘要:
<?php // 加密函数 function encrypt($data, $key) { $cipher = "AES-128-ECB"; $encrypted = openssl_encrypt($data, $cipher, $key, OPENSSL_RAW_DATA); return ba 阅读全文
posted @ 2025-03-21 10:12
知风阁
阅读(34)
评论(0)
推荐(0)