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

Data Fields

UConvertersrc
 
UConverterdest
 
zend_fcall_info to_cb
 
zend_fcall_info from_cb
 
zend_fcall_info_cache to_cache
 
zend_fcall_info_cache from_cache
 
intl_error error
 
zend_object obj
 

Detailed Description

Definition at line 28 of file converter.c.

Field Documentation

◆ dest

UConverter * _php_converter_object::dest

Definition at line 29 of file converter.c.

◆ error

intl_error _php_converter_object::error

Definition at line 32 of file converter.c.

◆ from_cache

zend_fcall_info_cache _php_converter_object::from_cache

Definition at line 31 of file converter.c.

◆ from_cb

zend_fcall_info _php_converter_object::from_cb

Definition at line 30 of file converter.c.

◆ obj

zend_object _php_converter_object::obj

Definition at line 33 of file converter.c.

◆ src

UConverter* _php_converter_object::src

Definition at line 29 of file converter.c.

◆ to_cache

zend_fcall_info_cache _php_converter_object::to_cache

Definition at line 31 of file converter.c.

◆ to_cb

zend_fcall_info _php_converter_object::to_cb

Definition at line 30 of file converter.c.


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