php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | |
zend_object | std |
long | codepage |
IUnknown * | unk |
IPersistStream * | ips |
IPersistStreamInit * | ipsi |
IPersistFile * | ipf |
Definition at line 278 of file com_persist.c.
long php_com_persist_helper::codepage |
Definition at line 280 of file com_persist.c.
IPersistFile* php_com_persist_helper::ipf |
Definition at line 284 of file com_persist.c.
IPersistStream* php_com_persist_helper::ips |
Definition at line 282 of file com_persist.c.
IPersistStreamInit* php_com_persist_helper::ipsi |
Definition at line 283 of file com_persist.c.
zend_object php_com_persist_helper::std |
Definition at line 279 of file com_persist.c.
IUnknown* php_com_persist_helper::unk |
Definition at line 281 of file com_persist.c.