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

#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)
 

Detailed Description

Definition at line 99 of file php_mysqli_structs.h.

Field Documentation

◆ pname

const char* _mysqli_property_entry::pname

Definition at line 100 of file php_mysqli_structs.h.

◆ pname_length

size_t _mysqli_property_entry::pname_length

Definition at line 101 of file php_mysqli_structs.h.

◆ r_func

zend_result(* _mysqli_property_entry::r_func) (mysqli_object *obj, zval *retval, bool quiet)

Definition at line 102 of file php_mysqli_structs.h.

◆ w_func

zend_result(* _mysqli_property_entry::w_func) (mysqli_object *obj, zval *value)

Definition at line 103 of file php_mysqli_structs.h.


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