Element index for package KSC5601
[ b ]
[ c ]
[ d ]
[ e ]
[ h ]
[ i ]
[ k ]
[ l ]
[ m ]
[ n ]
[ o ]
[ r ]
[ s ]
[ t ]
[ u ]
[ _ ]
top
top
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
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
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
top
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
|
|