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

Data Fields

zend_object_iterator iter
 
zend_ulong key
 
zval fetch_ahead
 

Detailed Description

Definition at line 2178 of file pdo_stmt.c.

Field Documentation

◆ fetch_ahead

zval php_pdo_iterator::fetch_ahead

Definition at line 2181 of file pdo_stmt.c.

◆ iter

zend_object_iterator php_pdo_iterator::iter

Definition at line 2179 of file pdo_stmt.c.

◆ key

zend_ulong php_pdo_iterator::key

Definition at line 2180 of file pdo_stmt.c.


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