zend_convert_encodings

zend_convert_encodings -- ...

説明

#include <zend_unicode.h>

void zend_convert_encodings ( UConverter* target_conv, UConverter* source_conv, char** target, int32_t* target_len, const char* source, int32_t source_len, UErrorCode* status )

...

パラメータ

target_conv

...

source_conv

...

target

...

target_len

...

source

...

source_len

...

status

...

返り値

...