Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

reflector(3) [php man page]

REFLECTOR(3)								 1							      REFLECTOR(3)

The Reflector interface

INTRODUCTION
Reflector is an interface implemented by all exportable Reflection classes. CLASS SYNOPSIS
Reflector Reflector Methods o publicstatic string Reflector::export (void ) o public string Reflector::__toString (void ) PHP Documentation Group REFLECTOR(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