PHP 클래스 Punycode
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Punycode implementation as described in RFC 3492
파일 보기
프로젝트 열기: zblogcn/zblogphp
1 사용 예제들
보호된 프로퍼티들
공개 메소드들
보호된 메소드들
메소드 상세
calculateThreshold()
보호된 메소드
Calculate the bias threshold to fall between TMIN and TMAX
charToCodePoint()
보호된 메소드
Convert a single or multi-byte character to its code point
codePointToChar()
보호된 메소드
Convert a code point to its single or multi-byte character
Decode a Punycode domain name to its Unicode counterpart
Decode a part of domain name, such as tld
Encode a domain to its Punycode version
Encode a part of a domain name, such as tld, to its Punycode version
List code points for a given input
프로퍼티 상세
$decodeTable 보호되어 있는 정적으로 프로퍼티
protected static $decodeTable |
$encodeTable 보호되어 있는 정적으로 프로퍼티
protected static $encodeTable |