PHP Classes

File: documentation.txt

Recommend this page to a friend!
  Classes of Artur Graniszewski   Java compatible UTF-8 Data Manipulation   documentation.txt   Download  
File: documentation.txt
Role: Documentation
Content type: text/plain
Description: List of supported JAVA methods used for UTF-8 manipulation
Class: Java compatible UTF-8 Data Manipulation
Manipulate text strings as in Java
Author: By
Last change:
Date: 13 years ago
Size: 2,716 bytes
 

Contents

Class file image Download
Supported objects and methods (not static): String class, see http://download-llnw.oracle.com/javase/1.3/docs/api/java/lang/String.html String::__construct() String::__destruct() String::offsetExists() String::offsetGet() String::offsetSet() String::offsetUnset() String::isPureAscii() String::isValid() String::length() String::substring() String::charAt() String::compareTo() String::compareToIgnoreCase() String::concat() String::startsWith() String::toLowerCase() String::contentEquals() String::toUpperCase() String::endsWith() String::indexOf() String::hashCode() String::equals() String::equalsIgnoreCase() String::lastIndexOf() String::__toString() String::toString() String::getBytes() String::getCharsArray() String::trimStart() String::trimEnd() String::trim() String::padRight() String::padLeft() String::split() String::matches() String::replace() String::replaceFirst() String::replaceAll() String::regionMatches() Pattern class, see http://download.oracle.com/javase/1.4.2/docs/api/java/util/regex/Pattern.html Pattern::compile() Pattern::__construct() Pattern::flags() Pattern::matcher() Pattern::matches() Pattern::pattern() Pattern::split() Matcher class, see http://download.oracle.com/javase/1.4.2/docs/api/java/util/regex/Matcher.html Matcher::__construct() Matcher::reset() Matcher::find() Matcher::group() Matcher::groupCount() Matcher::start() Matcher::end() Matcher::nextMatch() Matcher::matches() Matcher::getCharIndexFromByteIndex() Matcher::getByteIndexFromCharIndex() Matcher::replaceFirst() Matcher::replaceAll() Matcher::appendReplacement() Matcher::appendTail() Matcher::lookingAt() ---------------------------- Misc classes: Int::isInt() Int::isBetween() Int::isMin() Int::isMax() Int::nativeCapacity() Int::nativeBitsCapacity() Int::isNativeOverflow() Int::getUnsigned() DataArray::__construct() DataArray::offsetExists() DataArray::offsetGet() DataArray::offsetSet() DataArray::offsetUnset() DataArray::pushFromArray() DataArray::push() DataArray::unshift() DataArray::pop() DataArray::shift() DataArray::get() DataArray::hasValue() DataArray::length() DataArray::__toString() DataArray::toString() DataArray::current() DataArray::next() DataArray::key() DataArray::rewind() DataArray::valid() DataArray::getKeys() Locale::getOsType() Locale::setLocale() Locale::setDefault() Locale::getDefault() Locale::getVariant() Locale::__construct() Locale::getISOLanguages() Locale::getISOCountries() Locale::getAvailableLocales() Locale::getSupportedLocales() Locale::getLocaleName() Locale::getLanguage() Locale::getCountry() Locale::getCharsetName()