php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_php_openssl_pkey_object Struct Reference

Data Fields

EVP_PKEY * pkey
 
bool is_private
 
zend_object std
 

Detailed Description

Definition at line 228 of file openssl.c.

Field Documentation

◆ is_private

bool _php_openssl_pkey_object::is_private

Definition at line 230 of file openssl.c.

◆ pkey

EVP_PKEY* _php_openssl_pkey_object::pkey

Definition at line 229 of file openssl.c.

◆ std

zend_object _php_openssl_pkey_object::std

Definition at line 231 of file openssl.c.


The documentation for this struct was generated from the following file: