|
|
|
|
|
by alyandon
2548 days ago
|
|
Rightly or wrongly, many PHP functions are thin wrappers around third-party C libraries and they tend to return values without interpretation of the results. For your example of openssl_verify see https://linux.die.net/man/3/x509_verify_cert It can certainly be confusing but at least it is documented. |
|