|
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"Go to the source code of this file.
Functions | |
| PHP_COM_DOTNET_API OLECHAR * | php_com_string_to_olestring (const char *string, size_t string_len, int codepage) |
| PHP_COM_DOTNET_API zend_string * | php_com_olestring_to_string (OLECHAR *olestring, int codepage) |
| BSTR | php_com_string_to_bstr (zend_string *string, int codepage) |
| zend_string * | php_com_bstr_to_string (BSTR bstr, int codepage) |
| zend_string * php_com_bstr_to_string | ( | BSTR | bstr, |
| int | codepage ) |
Definition at line 127 of file com_olechar.c.
| PHP_COM_DOTNET_API zend_string * php_com_olestring_to_string | ( | OLECHAR * | olestring, |
| int | codepage ) |
Definition at line 70 of file com_olechar.c.
| BSTR php_com_string_to_bstr | ( | zend_string * | string, |
| int | codepage ) |
Definition at line 100 of file com_olechar.c.
| PHP_COM_DOTNET_API OLECHAR * php_com_string_to_olestring | ( | const char * | string, |
| size_t | string_len, | ||
| int | codepage ) |
Definition at line 29 of file com_olechar.c.