摘要:
function get_cert_info($domain){ $context = stream_context_create(['ssl' => [ 'capture_peer_cert' => true, 'capture_peer_cert_chain' => true, ], ]); $client = stream_socket_client("ssl://".$domain.":4 阅读全文
posted @ 2019-11-21 10:50
coffee
阅读(911)
评论(0)
推荐(0)
浙公网安备 33010602011771号