[IDNA] element index

Package indexes

All elements
b c d e g i m n s t u _
_
top
Variable $_allow_overlong
idna_convert::$_allow_overlong in idna_convert.class.php
Variable $_api_encoding
idna_convert::$_api_encoding in idna_convert.class.php
Variable $_base
idna_convert::$_base in idna_convert.class.php
Variable $_damp
idna_convert::$_damp in idna_convert.class.php
Variable $_error
idna_convert::$_error in idna_convert.class.php
Variable $_idn_version
idna_convert::$_idn_version in idna_convert.class.php
Variable $_initial_bias
idna_convert::$_initial_bias in idna_convert.class.php
Variable $_initial_n
idna_convert::$_initial_n in idna_convert.class.php
Variable $_invalid_ucs
idna_convert::$_invalid_ucs in idna_convert.class.php
Variable $_lbase
idna_convert::$_lbase in idna_convert.class.php
Variable $_lcount
idna_convert::$_lcount in idna_convert.class.php
Variable $_max_ucs
idna_convert::$_max_ucs in idna_convert.class.php
Variable $_mb_string_overload
idna_convert::$_mb_string_overload in idna_convert.class.php
Variable $_ncount
idna_convert::$_ncount in idna_convert.class.php
Variable $_punycode_prefix
idna_convert::$_punycode_prefix in idna_convert.class.php
Variable $_sbase
idna_convert::$_sbase in idna_convert.class.php
Variable $_scount
idna_convert::$_scount in idna_convert.class.php
Variable $_skew
idna_convert::$_skew in idna_convert.class.php
Variable $_strict_mode
idna_convert::$_strict_mode in idna_convert.class.php
Variable $_tbase
idna_convert::$_tbase in idna_convert.class.php
Variable $_tcount
idna_convert::$_tcount in idna_convert.class.php
Variable $_tmax
idna_convert::$_tmax in idna_convert.class.php
Variable $_tmin
idna_convert::$_tmin in idna_convert.class.php
Variable $_vbase
idna_convert::$_vbase in idna_convert.class.php
Variable $_vcount
idna_convert::$_vcount in idna_convert.class.php
Method _adapt
idna_convert::_adapt() in idna_convert.class.php
Adapt the bias according to the current code point and position
Method _apply_cannonical_ordering
Applies the cannonical ordering of a decomposed UCS4 sequence
Method _combine
idna_convert::_combine() in idna_convert.class.php
Do composition of a sequence of starter and non-starter
Method _decode
idna_convert::_decode() in idna_convert.class.php
The actual decoding algorithm
Method _decode_digit
idna_convert::_decode_digit() in idna_convert.class.php
Decode a certain digit
Method _encode
idna_convert::_encode() in idna_convert.class.php
The actual encoding algorithm
Method _encode_digit
idna_convert::_encode_digit() in idna_convert.class.php
Encoding a certain digit
Method _error
idna_convert::_error() in idna_convert.class.php
Internal error handling method
Method _get_combining_class
idna_convert::_get_combining_class() in idna_convert.class.php
Returns the combining class of a certain wide char
Method _hangul_compose
idna_convert::_hangul_compose() in idna_convert.class.php
Ccomposes a Hangul syllable
Method _hangul_decompose
idna_convert::_hangul_decompose() in idna_convert.class.php
Decomposes a Hangul syllable
Method _nameprep
idna_convert::_nameprep() in idna_convert.class.php
Do Nameprep according to RFC3491 and RFC3454
Method _ucs4_string_to_ucs4
idna_convert::_ucs4_string_to_ucs4() in idna_convert.class.php
Convert UCS-4 strin into UCS-4 garray
Method _ucs4_to_ucs4_string
idna_convert::_ucs4_to_ucs4_string() in idna_convert.class.php
Convert UCS-4 array into UCS-4 string
Method _ucs4_to_utf8
idna_convert::_ucs4_to_utf8() in idna_convert.class.php
Convert UCS-4 string into UTF-8 string
Method _utf8_to_ucs4
idna_convert::_utf8_to_ucs4() in idna_convert.class.php
This converts an UTF-8 encoded string to its UCS-4 representation By talking about UCS-4 "strings" we mean arrays of 32bit integers representing each of the "chars". This is due to PHP not being able to handle strings with bit depth different from 8. This apllies to the reverse method _ucs4_to_utf8(), too.
Method __construct
idna_convert::__construct() in idna_convert.class.php
the constructor
b
top
Method byteLength
idna_convert::byteLength() in idna_convert.class.php
Gets the length of a string in bytes even if mbstring function overloading is turned on
c
top
Method convert
uctc::convert() in uctc.php
The actual conversion routine
d
top
Method decode
idna_convert::decode() in idna_convert.class.php
Decode a given ACE domain name
Function decode_utf8
decode_utf8() in transcode_wrapper.php
Convert a string from UTF-8 to any of various encodings
e
top
Method encode
idna_convert::encode() in idna_convert.class.php
Encode a given UTF-8 domain name
Method encode_uri
idna_convert::encode_uri() in idna_convert.class.php
Removes a weakness of encode(), which cannot properly handle URIs but instead encodes their path or query components, too.
Function encode_utf8
encode_utf8() in transcode_wrapper.php
Convert a string from any of various encodings to UTF-8
g
top
Method getInstance
idna_convert::getInstance() in idna_convert.class.php
Attempts to return a concrete IDNA instance.
Method get_last_error
idna_convert::get_last_error() in idna_convert.class.php
Use this method to get the last error ocurred
i
top
Class idna_convert
idna_convert in idna_convert.class.php
Encode/decode Internationalized Domain Names.
Page idna_convert.class.php
idna_convert.class.php in idna_convert.class.php
m
top
Function map_iso8859_1_w1252
map_iso8859_1_w1252() in transcode_wrapper.php
Special treatment for our guys in Redmond
Function map_w1252_iso8859_1
map_w1252_iso8859_1() in transcode_wrapper.php
Special treatment for our guys in Redmond
n
top
Variable $NP
idna_convert::$NP in idna_convert.class.php
Holds all relevant mapping tables See RFC3454 for details
s
top
Method set_parameter
idna_convert::set_parameter() in idna_convert.class.php
Sets a new option value. Available options and values:
Method singleton
idna_convert::singleton() in idna_convert.class.php
Attempts to return a concrete IDNA instance for either php4 or php5, only creating a new instance if no IDNA instance with the same parameters currently exists.
t
top
Page transcode_wrapper.php
transcode_wrapper.php in transcode_wrapper.php
u
top
Page uctc.php
uctc.php in uctc.php
Class uctc
uctc in uctc.php
UCTC - The Unicode Transcoder
b c d e g i m n s t u _