|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"#include "php_ini.h"#include "ext/standard/info.h"#include "php_com_dotnet.h"#include "php_com_dotnet_internal.h"#include "Zend/zend_exceptions.h"Go to the source code of this file.
Data Structures | |
| struct | php_com_iterator |
Functions | |
| zend_object_iterator * | php_com_iter_get (zend_class_entry *ce, zval *object, int by_ref) |
| zend_object_iterator * php_com_iter_get | ( | zend_class_entry * | ce, |
| zval * | object, | ||
| int | by_ref ) |
Definition at line 134 of file com_iterator.c.