Swoole\Client->getPeerCert
-
Swoole
-
Swoole Docs
-
TCP/UDP Client
-
Swoole\Client->getPeerCert
Declaration
<?php
Swoole\Client->getPeerCert()
Parameters
Return
Description
Get the certificate of the peer.
You can use the function openssl_x509_parse
of extension openssl to parse the cert information.
Example
<?php
echo $client->getPeerCert();
Newsletter
Join 1,000s others and never miss out on new tips, tutorials, and more.
Subscribe Now