| Abstract.php | procedural page Abstract.php |
| Ascii.php | procedural page Ascii.php |
| Big5.php | procedural page Big5.php |
| char | in file String.php, method Sgss_String::char() Returns the character at the specified index of this string |
| chars | in file String.php, method Sgss_String::chars() Returns an array of all the characters in this string |
| code | in file String.php, method Sgss_String::code() Returns the unicode codepoint of the specified index of this string |
| codes | in file String.php, method Sgss_String::codes() Returns an array of all the unicode codepoints in this string |
| convert | in file String.php, method Sgss_String::convert() Returns the string object in the specified character set |
| count | in file String.php, method Sgss_String::count() |
| char | in file Interface.php, method Sgss_String_Charset_Interface::char() Returns the character at the specified index of the specified string |
| char | in file Abstract.php, method Sgss_String_Charset_Abstract::char() Returns the character at the specified index of the specified string |
| code | in file Abstract.php, method Sgss_String_Charset_Abstract::code() Returns the unicode codepoint of the specified index of this specified string |
| code | in file Interface.php, method Sgss_String_Charset_Interface::code() Returns the unicode codepoint of the specified index of this specified string |
| convert | in file Abstract.php, method Sgss_String_Charset_Abstract::convert() Converts the specified string into the specified character set |
| convert | in file Interface.php, method Sgss_String_Charset_Interface::convert() Converts the specified string into the specified character set |
| Charset.php | procedural page Charset.php |
| current | in file Code.php, method Sgss_String_Iterator_Code::current() |
| current | in file Char.php, method Sgss_String_Iterator_Char::current() |
| Char.php | procedural page Char.php |
| Code.php | procedural page Code.php |
| Exception.php | procedural page Exception.php |
| Euckr.php | procedural page Euckr.php |
| Exception.php | procedural page Exception.php |
| factory | in file Charset.php, method Sgss_String_Charset::factory() Returns the character set converter of the specified class and namespace |
| getIterator | in file String.php, method Sgss_String::getIterator() |
| getInternal | in file Charset.php, method Sgss_String_Charset::getInternal() Returns the internal character set |
| getName | in file Abstract.php, method Sgss_String_Charset_Abstract::getName() Return the name of character set used in this converter |
| getName | in file Interface.php, method Sgss_String_Charset_Interface::getName() |
| Gbk.php | procedural page Gbk.php |
| index | in file String.php, method Sgss_String::index() Returns the index at which the specified string first appears in this string |
| $internal | in file Charset.php, variable Sgss_String_Charset::$internal Internal (default) character set |
| index | in file Abstract.php, method Sgss_String_Charset_Abstract::index() Returns the index at which the specified substring first appears in the specified string |
| index | in file Interface.php, method Sgss_String_Charset_Interface::index() Returns the index at which the specified substring appears in the specified string |
| Interface.php | procedural page Interface.php |
| Iso88591.php | procedural page Iso88591.php |
| Johab.php | procedural page Johab.php |
| key | in file Code.php, method Sgss_String_Iterator_Code::key() |
| key | in file Char.php, method Sgss_String_Iterator_Char::key() |
| length | in file String.php, method Sgss_String::length() Returns the character length of this string |
| length | in file Interface.php, method Sgss_String_Charset_Interface::length() Returns the character length of the specified string |
| length | in file Abstract.php, method Sgss_String_Charset_Abstract::length() Returns the character length of the specified string |
| Macarabic.php | procedural page Macarabic.php |
| Macgreek.php | procedural page Macgreek.php |
| Machebrew.php | procedural page Machebrew.php |
| Macroman.php | procedural page Macroman.php |
| Macthai.php | procedural page Macthai.php |
| next | in file Code.php, method Sgss_String_Iterator_Code::next() |
| next | in file Char.php, method Sgss_String_Iterator_Char::next() |
| offsetExists | in file String.php, method Sgss_String::offsetExists() |
| offsetGet | in file String.php, method Sgss_String::offsetGet() |
| offsetSet | in file String.php, method Sgss_String::offsetSet() |
| offsetUnset | in file String.php, method Sgss_String::offsetUnset() |
| rewind | in file Code.php, method Sgss_String_Iterator_Code::rewind() |
| rewind | in file Char.php, method Sgss_String_Iterator_Char::rewind() |
| Sgss_String | in file String.php, class Sgss_String Represents an encalsuled string with multibyte characters |
| Sgss_String_Exception | in file Exception.php, class Sgss_String_Exception Thrown by the Sgss_String and related classes |
| String.php | procedural page String.php |
| substr | in file String.php, method Sgss_String::substr() Retruns the substring of this string with the specified offset and length |
| substring | in file String.php, method Sgss_String::substring() Retruns the substring object of this string with the specified offset and length |
| setInternal | in file Charset.php, method Sgss_String_Charset::setInternal() Sets the internal character set to the specified value |
| Sgss_String_Charset | in file Charset.php, class Sgss_String_Charset Provides the factory functions for Sgss_String_Charset_Interface |
| Sgss_String_Charset_Abstract | in file Abstract.php, class Sgss_String_Charset_Abstract Abstract class for handling characters in strings in the specific character set defined in the iconv library |
| Sgss_String_Charset_Ascii | in file Ascii.php, class Sgss_String_Charset_Ascii Handles characters in strings in the ASCII character set |
| Sgss_String_Charset_Big5 | in file Big5.php, class Sgss_String_Charset_Big5 Handles characters in strings in the BIG5 character set |
| Sgss_String_Charset_Euckr | in file Euckr.php, class Sgss_String_Charset_Euckr Handles characters in strings in the EUC-KR character set |
| Sgss_String_Charset_Exception | in file Exception.php, class Sgss_String_Charset_Exception Thrown by the classes implementing the Sgss_String_Charset_Interface or related classes |
| Sgss_String_Charset_Gbk | in file Gbk.php, class Sgss_String_Charset_Gbk Handles characters in strings in the GBK character set |
| Sgss_String_Charset_Interface | in file Interface.php, class Sgss_String_Charset_Interface Provides for handling characters in strings in the specific character set |
| Sgss_String_Charset_Iso88591 | in file Iso88591.php, class Sgss_String_Charset_Iso88591 Handles characters in strings in the ISO-8859-1 character set |
| Sgss_String_Charset_Johab | in file Johab.php, class Sgss_String_Charset_Johab Handles characters in strings in the JOHAB character set |
| Sgss_String_Charset_Macarabic | in file Macarabic.php, class Sgss_String_Charset_Macarabic Handles characters in strings in the MacArabic character set |
| Sgss_String_Charset_Macgreek | in file Macgreek.php, class Sgss_String_Charset_Macgreek Handles characters in strings in the MacGreek character set |
| Sgss_String_Charset_Machebrew | in file Machebrew.php, class Sgss_String_Charset_Machebrew Handles characters in strings in the MacHebrew character set |
| Sgss_String_Charset_Macroman | in file Macroman.php, class Sgss_String_Charset_Macroman Handles characters in strings in the MacRoman character set |
| Sgss_String_Charset_Macthai | in file Macthai.php, class Sgss_String_Charset_Macthai Handles characters in strings in the MacThai character set |
| Sgss_String_Charset_Shiftjis | in file Shiftjis.php, class Sgss_String_Charset_Shiftjis Handles characters in strings in the ShiftJIS character set |
| Sgss_String_Charset_Utf8 | in file Utf8.php, class Sgss_String_Charset_Utf8 Handles characters in strings in the UTF-8 character set |
| Sgss_String_Charset_Utf16 | in file Utf16.php, class Sgss_String_Charset_Utf16 Handles characters in strings in the UTF-16 character set |
| Shiftjis.php | procedural page Shiftjis.php |
| substr | in file Interface.php, method Sgss_String_Charset_Interface::substr() Retruns the substring of the specified string with the specified offset and length |
| substr | in file Abstract.php, method Sgss_String_Charset_Abstract::substr() Retruns the substring of the specified string with the specified offset and length |
| Sgss_String_Iterator_Char | in file Char.php, class Sgss_String_Iterator_Char Iterates characters inside the Sgss_String |
| Sgss_String_Iterator_Code | in file Code.php, class Sgss_String_Iterator_Code Iterates unicode codepoints inside the Sgss_String |
| Utf8.php | procedural page Utf8.php |
| Utf16.php | procedural page Utf16.php |
| value | in file String.php, method Sgss_String::value() Returns the string in the specified character set |
| valid | in file Code.php, method Sgss_String_Iterator_Code::valid() |
| valid | in file Char.php, method Sgss_String_Iterator_Char::valid() |
| $_charset | in file String.php, variable Sgss_String::$_charset Character set converter |
| $_length | in file String.php, variable Sgss_String::$_length Character length of this string |
| $_value | in file String.php, variable Sgss_String::$_value String in the specified character set |
| __construct | in file String.php, method Sgss_String::__construct() The constructor |
| __get | in file String.php, method Sgss_String::__get() |
| __toString | in file String.php, method Sgss_String::__toString() |
| $_charset | in file Macroman.php, variable Sgss_String_Charset_Macroman::$_charset Character set to be used in this converter |
| $_charset | in file Machebrew.php, variable Sgss_String_Charset_Machebrew::$_charset Character set to be used in this converter |
| $_charset | in file Macgreek.php, variable Sgss_String_Charset_Macgreek::$_charset Character set to be used in this converter |
| $_charset | in file Macthai.php, variable Sgss_String_Charset_Macthai::$_charset Character set to be used in this converter |
| $_charset | in file Shiftjis.php, variable Sgss_String_Charset_Shiftjis::$_charset Character set to be used in this converter |
| $_charset | in file Utf16.php, variable Sgss_String_Charset_Utf16::$_charset Character set to be used in this converter |
| $_charset | in file Utf8.php, variable Sgss_String_Charset_Utf8::$_charset Character set to be used in this converter |
| $_charset | in file Macarabic.php, variable Sgss_String_Charset_Macarabic::$_charset Character set to be used in this converter |
| $_charset | in file Johab.php, variable Sgss_String_Charset_Johab::$_charset Character set to be used in this converter |
| $_charset | in file Big5.php, variable Sgss_String_Charset_Big5::$_charset Character set to be used in this converter |
| $_charset | in file Ascii.php, variable Sgss_String_Charset_Ascii::$_charset Character set to be used in this converter |
| $_charset | in file Abstract.php, variable Sgss_String_Charset_Abstract::$_charset Character set to be used in this converter |
| $_charset | in file Euckr.php, variable Sgss_String_Charset_Euckr::$_charset Character set to be used in this converter |
| $_charset | in file Gbk.php, variable Sgss_String_Charset_Gbk::$_charset Character set to be used in this converter |
| $_charset | in file Iso88591.php, variable Sgss_String_Charset_Iso88591::$_charset Character set to be used in this converter |
| _flatten | in file Abstract.php, method Sgss_String_Charset_Abstract::_flatten() Removes any characters but the alphabet or number from the specified character set name |
| _regularize | in file Abstract.php, method Sgss_String_Charset_Abstract::_regularize() Converts the specified character set notation to the corresponding regular name |
| __construct | in file Code.php, method Sgss_String_Iterator_Code::__construct() The constructor |
| __construct | in file Char.php, method Sgss_String_Iterator_Char::__construct() The constructor |