Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

transliterator(3) [php man page]

TRANSLITERATOR(3)							 1							 TRANSLITERATOR(3)

The Transliterator class

INTRODUCTION
Transliterator provides transliteration of strings. CLASS SYNOPSIS
Transliterator Transliterator Constants o const integer$Transliterator::FORWARD0 o const integer$Transliterator::REVERSE1 Properties o public$id Methods o Transliterator::__construct (void ) o publicstatic Transliterator Transliterator::create (string $id, [int $direction]) o publicstatic Transliterator Transliterator::createFromRules (string $rules, [string $direction]) o public Transliterator Transliterator::createInverse (void ) o public int Transliterator::getErrorCode (void ) o public string Transliterator::getErrorMessage (void ) o publicstatic array Transliterator::listIDs (void ) o public string Transliterator::transliterate (string $subject, [int $start], [int $end]) PROPERTIES
o $id - PREDEFINED CONSTANTS
o Transliterator::FORWARD - o Transliterator::REVERSE - PHP Documentation Group TRANSLITERATOR(3)

Check Out this Related Man Page

INTLTIMEZONE(3) 							 1							   INTLTIMEZONE(3)

The IntlTimeZone class

INTRODUCTION
CLASS SYNOPSIS
IntlTimeZone IntlTimeZone Constants o const integer$IntlTimeZone::DISPLAY_SHORT1 o const integer$IntlTimeZone::DISPLAY_LONG2 Methods o publicstatic integer IntlTimeZone::countEquivalentIDs (string $zoneId) o publicstatic IntlTimeZone IntlTimeZone::createDefault (void ) o publicstatic IntlIterator IntlTimeZone::createEnumeration ([mixed $countryOrRawOffset]) o publicstatic IntlTimeZone IntlTimeZone::createTimeZone (string $zoneId) o publicstatic IntlTimeZone IntlTimeZone::fromDateTimeZone (DateTimeZone $zoneId) o publicstatic string IntlTimeZone::getCanonicalID (string $zoneId, [bool &$isSystemID]) o public string IntlTimeZone::getDisplayName ([bool $isDaylight], [integer $style], [string $locale]) o public integer IntlTimeZone::getDSTSavings (void ) o publicstatic string IntlTimeZone::getEquivalentID (string $zoneId, integer $index) o public integer IntlTimeZone::getErrorCode (void ) o public string IntlTimeZone::getErrorMessage (void ) o publicstatic IntlTimeZone IntlTimeZone::getGMT (void ) o public string IntlTimeZone::getID (void ) o public integer IntlTimeZone::getOffset (float $date, bool $local, integer &$rawOffset, integer &$dstOffset) o public integer IntlTimeZone::getRawOffset (void ) o publicstatic string IntlTimeZone::getTZDataVersion (void ) o public bool IntlTimeZone::hasSameRules (IntlTimeZone $otherTimeZone) o public DateTimeZone IntlTimeZone::toDateTimeZone (void ) o public bool IntlTimeZone::useDaylightTime (void ) PREDEFINED CONSTANTS
o IntlTimeZone::DISPLAY_SHORT - o IntlTimeZone::DISPLAY_LONG - PHP Documentation Group INTLTIMEZONE(3)
Man Page