KSC5601
[ class tree: KSC5601 ] [ index: KSC5601 ] [ all elements ]

Element index for package KSC5601

[ b ] [ c ] [ d ] [ e ] [ h ] [ i ] [ k ] [ l ] [ m ] [ n ] [ o ] [ r ] [ s ] [ t ] [ u ] [ _ ]

_

__construct
in file KSC5601.php, method KSC5601::__construct()
    iconv 또는 mbstring 확장이 지원되면, 내부적으로 KSC5601_ext class 사용하며, 지원되지 않으면, KSC5601_pure class를 사용한다.
__construct
in file UCS2.php, method KSC5601_UCS2::__construct()
__construct
in file KSC5601_pure.php, method KSC5601_pure::__construct()
__construct
in file KSC5601_ext.php, method KSC5601_ext::__construct()
    Support iconv or mbstring extension, use KSC5601_ext internal class, or not support use KSC5601_pure internal class.
top

b

bin2chr
in file Stream.php, method KSC5601_Stream::bin2chr()
    Convert binary strings to 1byte binary character
top

c

CP949
in file KSC5601.php, constant CP949
    CP949 charset string
Common.php
procedural page Common.php
check2byte
in file Stream.php, method KSC5601_Stream::check2byte()
chr2bin
in file Stream.php, method KSC5601_Stream::chr2bin()
    Convert binary character 1 byte to binary(numeric) strings
chr2dec
in file Stream.php, method KSC5601_Stream::chr2dec()
    Convert 1 byte binary character to decimal strings.
chr2hex
in file Stream.php, method KSC5601_Stream::chr2hex()
    Convert character to hex string
top

d

decbin
in file Stream.php, method KSC5601_Stream::decbin()
    Convert decimal strings to 4-digit binary(numeric) strings.
top

e

EUCKR
in file KSC5601.php, constant EUCKR
    EUC-KR charset string
extfunc
in file Common.php, method KSC5601_Common::extfunc()
    iconv/mbstring wrapper function
execute_time
in file Stream.php, method KSC5601_Stream::execute_time()
    Print execute time
EXTMODE
in file KSC5601_pure.php, constant EXTMODE
    Define EXTMODE to false. This means that php don't support iconv or mbstring extensions.
top

h

$hanja
in file UCS2.php, variable KSC5601_UCS2::$hanja
$han_max
in file UCS2.php, variable KSC5601_UCS2::$han_max
hex2chr
in file Stream.php, method KSC5601_Stream::hex2chr()
    Convert hexical string to 1 byte binary character.
top

i

is_hangul
in file KSC5601.php, method KSC5601::is_hangul()
    주어진 문장에 한글(UTF-8/EUC-KR)이 포함되어 있는지를 검사
is_ksc5601
in file KSC5601.php, method KSC5601::is_ksc5601()
    주어진 2byte 문자가 ksc5601의 범위에 있는지 확인한다.
is_ksx1001
in file KSC5601.php, method KSC5601::is_ksx1001()
    주어진 2byte 문자가 ksx1001의 범위에 있는지 확인한다.
is_utf8
in file KSC5601.php, method KSC5601::is_utf8()
    주어진 문자열이 utf8인지 아닌지를 검사한다.
is_extfunc
in file Common.php, method KSC5601_Common::is_extfunc()
    Check to enable iconv or mbstring extension on this session.
is_iconv
in file Common.php, method KSC5601_Common::is_iconv()
    Check to enable iconv extension on this session.
is_mbstring
in file Common.php, method KSC5601_Common::is_mbstring()
    Check to enable mbstring extension on this session.
init_ksc5601
in file UCS2.php, method KSC5601_UCS2::init_ksc5601()
    Init KSC5601 code table
is_out_of_ksx1001
in file Stream.php, method KSC5601_Stream::is_out_of_ksx1001()
    Check given 2byte is whether KSX1001 or out of range.
is_utf8
in file UTF8.php, method KSC5601_UTF8::is_utf8()
    whether utf8 or not given strings
is_utf8
in file KSC5601_pure.php, method KSC5601_pure::is_utf8()
    Check given string wheter utf8 of not.
is_utf8
in file KSC5601_ext.php, method KSC5601_ext::is_utf8()
    Check given string wheter utf8 of not.
top

k

KSC5601
in file KSC5601.php, class KSC5601
    KSC5601 pear 패키지는 한글과 관련된 변환 및 체크에 대한 method를 제공한다.
KSC5601.php
procedural page KSC5601.php
KSC5601_Common
in file Common.php, class KSC5601_Common
    For PHP internal iconv/mbstring support
KSC5601_ext.php
procedural page KSC5601_ext.php
$ksc
in file UCS2.php, variable KSC5601_UCS2::$ksc
$ksc_max
in file UCS2.php, variable KSC5601_UCS2::$ksc_max
ksc2ucs
in file UCS2.php, method KSC5601_UCS2::ksc2ucs()
    Convert KSC5601 to UCS2 return decimical value or question mark '?'
ksc5601.php
procedural page ksc5601.php
KSC5601_pure.php
procedural page KSC5601_pure.php
KSC5601_ext
in file KSC5601_ext.php, class KSC5601_ext
    Original API of KSC5601 that used iconv or mbstring.
KSC5601_pure
in file KSC5601_pure.php, class KSC5601_pure
    Original API of KSC5601 that used pure php code
KSC5601_Stream
in file Stream.php, class KSC5601_Stream
    High level API for convert character set
KSC5601_UCS2
in file UCS2.php, class KSC5601_UCS2
    API class that controls UCS2 for KSC5601 package
KSC5601_UTF8
in file UTF8.php, class KSC5601_UTF8
    UTF8 controle class api
top

l

LOC
in file KSC5601.php, constant LOC
    Local charset string
top

m

make_reverse_table
in file KSC5601.php, method KSC5601::make_reverse_table()
    KSC5601의 역변환 테이블을 PHP code로 출력한다.
make_reverse_table
in file KSC5601_pure.php, method KSC5601_pure::make_reverse_table()
    Print php code for KSC5601 reverse table This method is used only developer for KSC5601 pure code.
mk_revTable
in file UCS2.php, method KSC5601_UCS2::mk_revTable()
    Print converting code from hexical string(UCS2) to 2byte binary(KSC5601) character.
top

n

ncr
in file KSC5601.php, method KSC5601::ncr()
    UHC와 NCR(Numeric Code Reference)간의 변환을 제공한다.
NCR
in file KSC5601.php, constant NCR
    Numeric Code Reference string
ncr
in file KSC5601_pure.php, method KSC5601_pure::ncr()
    Convert between UHC and NCR (Numeric Code Reference)
ncr
in file KSC5601_ext.php, method KSC5601_ext::ncr()
    Convert between UHC and NCR (Numeric Code Reference)
top

o

out_of_ksx1001
in file KSC5601.php, method KSC5601::out_of_ksx1001()
    KSX1001 범위 밖의 한글을 변환할 것인지 여부를 설정한다. 이 menotd는 private $out_ksx1001 변수값을 변경한다.
$out_ksx1001
in file KSC5601_pure.php, variable KSC5601_pure::$out_ksx1001
    Status whether process hangul that is out of ksx1001 range.
$out_ksx1001
in file KSC5601_ext.php, variable KSC5601_ext::$out_ksx1001
    Status whether process hangul that is out of ksx1001 range.
out_of_ksx1001
in file KSC5601_pure.php, method KSC5601_pure::out_of_ksx1001()
    Set whether convert hangul that is out of KSX1001 range. This method changes private $out_ksc1001 variable.
out_of_ksx1001
in file KSC5601_ext.php, method KSC5601_ext::out_of_ksx1001()
    Set whether convert hangul that is out of KSX1001 range. This method changes private $out_ksc1001 variable.
top

r

$revs
in file UCS2.php, variable KSC5601_UCS2::$revs
$rev_max
in file UCS2.php, variable KSC5601_UCS2::$rev_max
rm_utf8bom
in file UTF8.php, method KSC5601_UTF8::rm_utf8bom()
    remove utf8 bom code (first 3byte)
top

s

substr
in file KSC5601.php, method KSC5601::substr()
    지정된 시작지점에서 지정될 길이만큼의 문자열을 반환한다.
Stream.php
procedural page Stream.php
top

t

$table_ksc5601
in file ksc5601.php, global variable $table_ksc5601
    KSC5601 table map
$table_ksc5601_hanja
in file ksc5601.php, global variable $table_ksc5601_hanja
    KSC5601 hanja table map
$table_ksc5601_rev
in file ksc5601.php, global variable $table_ksc5601_rev
    KSC5601 reverse table map
top

u

ucs2
in file KSC5601.php, method KSC5601::ucs2()
    UHC와 UCS2간의 변환을 제공한다.
UCS2
in file KSC5601.php, constant UCS2
    UCS2 big endian charset string
UHC
in file KSC5601.php, constant UHC
    CP949 Alias
utf8
in file KSC5601.php, method KSC5601::utf8()
    Convert between UHC and UTF-8 UHC(CP949)와 UTF-8 간의 변환을 제공한다.
UTF8
in file KSC5601.php, constant UTF8
    UTF8 charset string
UCS2.php
procedural page UCS2.php
UTF8.php
procedural page UTF8.php
ucs2
in file KSC5601_ext.php, method KSC5601_ext::ucs2()
    Convert between UHC and UCS2
ucs2
in file KSC5601_pure.php, method KSC5601_pure::ucs2()
    Convert between UHC and UCS2
ucs2ksc
in file UCS2.php, method KSC5601_UCS2::ucs2ksc()
    Convert UCS2 to KSC5601
utf8
in file KSC5601_pure.php, method KSC5601_pure::utf8()
    Convert between UHC and UTF-8
utf8
in file KSC5601_ext.php, method KSC5601_ext::utf8()
    Convert between UHC and UTF-8
utf8dec
in file UTF8.php, method KSC5601_UTF8::utf8dec()
    Convert UTF-8 to UHC
utf8enc
in file UTF8.php, method KSC5601_UTF8::utf8enc()
    convert UCH to UTF-8
top

Documentation generated on Tue, 14 May 2019 01:59:37 +0900 by phpDocumentor 1.4.4