php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_mysqli_structs.h>
Data Fields | |
const char * | pname |
size_t | pname_length |
zend_result(* | r_func )(mysqli_object *obj, zval *retval, bool quiet) |
zend_result(* | w_func )(mysqli_object *obj, zval *value) |
Definition at line 99 of file php_mysqli_structs.h.
const char* _mysqli_property_entry::pname |
Definition at line 100 of file php_mysqli_structs.h.
size_t _mysqli_property_entry::pname_length |
Definition at line 101 of file php_mysqli_structs.h.
zend_result(* _mysqli_property_entry::r_func) (mysqli_object *obj, zval *retval, bool quiet) |
Definition at line 102 of file php_mysqli_structs.h.
zend_result(* _mysqli_property_entry::w_func) (mysqli_object *obj, zval *value) |
Definition at line 103 of file php_mysqli_structs.h.