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"
#include "com_persist_arginfo.h"
Go to the source code of this file.
Data Structures | |
struct | php_istream |
struct | php_com_persist_helper |
Macros | |
#define | FETCH_STM() |
#define | FETCH_STM_EX() |
#define | CPH_METHOD(fname) |
#define | CPH_FETCH() |
#define | CPH_NO_OBJ() |
Functions | |
PHP_COM_DOTNET_API IStream * | php_com_wrapper_export_stream (php_stream *stream) |
CPH_METHOD (GetCurFileName) | |
CPH_METHOD (SaveToFile) | |
CPH_METHOD (LoadFromFile) | |
CPH_METHOD (GetMaxStreamSize) | |
CPH_METHOD (InitNew) | |
CPH_METHOD (LoadFromStream) | |
CPH_METHOD (SaveToStream) | |
CPH_METHOD (__construct) | |
void | php_com_persist_minit (INIT_FUNC_ARGS) |
#define CPH_FETCH | ( | ) |
Definition at line 274 of file com_persist.c.
#define CPH_METHOD | ( | fname | ) |
Definition at line 272 of file com_persist.c.
#define CPH_NO_OBJ | ( | ) |
Definition at line 276 of file com_persist.c.
#define FETCH_STM | ( | ) |
Definition at line 48 of file com_persist.c.
#define FETCH_STM_EX | ( | ) |
Definition at line 53 of file com_persist.c.
CPH_METHOD | ( | __construct | ) |
Definition at line 623 of file com_persist.c.
CPH_METHOD | ( | GetCurFileName | ) |
Definition at line 316 of file com_persist.c.
CPH_METHOD | ( | GetMaxStreamSize | ) |
Definition at line 454 of file com_persist.c.
CPH_METHOD | ( | InitNew | ) |
Definition at line 489 of file com_persist.c.
CPH_METHOD | ( | LoadFromFile | ) |
Definition at line 410 of file com_persist.c.
CPH_METHOD | ( | LoadFromStream | ) |
Definition at line 516 of file com_persist.c.
CPH_METHOD | ( | SaveToFile | ) |
Definition at line 349 of file com_persist.c.
CPH_METHOD | ( | SaveToStream | ) |
Definition at line 574 of file com_persist.c.
void php_com_persist_minit | ( | INIT_FUNC_ARGS | ) |
Definition at line 709 of file com_persist.c.
PHP_COM_DOTNET_API IStream * php_com_wrapper_export_stream | ( | php_stream * | stream | ) |
Definition at line 254 of file com_persist.c.