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

#include <zend_iterators.h>

Data Fields

zend_functionzf_offsetget
 
zend_functionzf_offsetexists
 
zend_functionzf_offsetset
 
zend_functionzf_offsetunset
 

Detailed Description

Definition at line 80 of file zend_iterators.h.

Field Documentation

◆ zf_offsetexists

zend_function* _zend_class_arrayaccess_funcs::zf_offsetexists

Definition at line 82 of file zend_iterators.h.

◆ zf_offsetget

zend_function* _zend_class_arrayaccess_funcs::zf_offsetget

Definition at line 81 of file zend_iterators.h.

◆ zf_offsetset

zend_function* _zend_class_arrayaccess_funcs::zf_offsetset

Definition at line 83 of file zend_iterators.h.

◆ zf_offsetunset

zend_function* _zend_class_arrayaccess_funcs::zf_offsetunset

Definition at line 84 of file zend_iterators.h.


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