Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cairopssurface(3) [php man page]

CAIROPSSURFACE(3)							 1							 CAIROPSSURFACE(3)

The CairoPsSurface class

INTRODUCTION
CLASS SYNOPSIS
CairoPsSurface CairoPsSurfaceextends CairoSurface Methods o public CairoPsSurface::__construct (string $file, float $width, float $height) o public void CairoPsSurface::dscBeginPageSetup (void ) o public void CairoPsSurface::dscBeginSetup (void ) o public void CairoPsSurface::dscComment (string $comment) o public bool CairoPsSurface::getEps (void ) o publicstatic array CairoPsSurface::getLevels (void ) o publicstatic string CairoPsSurface::levelToString (int $level) o public void CairoPsSurface::restrictToLevel (string $level) o public void CairoPsSurface::setEps (string $level) o public void CairoPsSurface::setSize (string $width, string $height) Inherited methods o public CairoSurface::__construct (void ) o public void CairoSurface::copyPage (void ) o public void CairoSurface::createSimilar (CairoSurface $other, int $content, string $width, string $height) o public void CairoSurface::finish (void ) o public void CairoSurface::flush (void ) o public int CairoSurface::getContent (void ) o public array CairoSurface::getDeviceOffset (void ) o public void CairoSurface::getFontOptions (void ) o public int CairoSurface::getType (void ) o public void CairoSurface::markDirty (void ) o public void CairoSurface::markDirtyRectangle (string $x, string $y, string $width, string $height) o public void CairoSurface::setDeviceOffset (string $x, string $y) o public void CairoSurface::setFallbackResolution (string $x, string $y) o public void CairoSurface::showPage (void ) o public int CairoSurface::status (void ) o public void CairoSurface::writeToPng (string $file) PHP Documentation Group CAIROPSSURFACE(3)

Check Out this Related Man Page

REFLECTIONFUNCTIONABSTRACT(3)						 1					     REFLECTIONFUNCTIONABSTRACT(3)

The ReflectionFunctionAbstract class

INTRODUCTION
A parent class to ReflectionFunction, read its description for details. CLASS SYNOPSIS
ReflectionFunctionAbstract ReflectionFunctionAbstractReflector Properties o public$name Methods o finalprivate void ReflectionFunctionAbstract::__clone (void ) o public ReflectionClass ReflectionFunctionAbstract::getClosureScopeClass (void ) o public object ReflectionFunctionAbstract::getClosureThis (void ) o public string ReflectionFunctionAbstract::getDocComment (void ) o public int ReflectionFunctionAbstract::getEndLine (void ) o public ReflectionExtension ReflectionFunctionAbstract::getExtension (void ) o public string ReflectionFunctionAbstract::getExtensionName (void ) o public string ReflectionFunctionAbstract::getFileName (void ) o public string ReflectionFunctionAbstract::getName (void ) o public string ReflectionFunctionAbstract::getNamespaceName (void ) o public int ReflectionFunctionAbstract::getNumberOfParameters (void ) o public int ReflectionFunctionAbstract::getNumberOfRequiredParameters (void ) o public array ReflectionFunctionAbstract::getParameters (void ) o public string ReflectionFunctionAbstract::getShortName (void ) o public int ReflectionFunctionAbstract::getStartLine (void ) o public array ReflectionFunctionAbstract::getStaticVariables (void ) o public bool ReflectionFunctionAbstract::inNamespace (void ) o public bool ReflectionFunctionAbstract::isClosure (void ) o public bool ReflectionFunctionAbstract::isDeprecated (void ) o public bool ReflectionFunctionAbstract::isGenerator (void ) o public bool ReflectionFunctionAbstract::isInternal (void ) o public bool ReflectionFunctionAbstract::isUserDefined (void ) o public bool ReflectionFunctionAbstract::isVariadic (void ) o public bool ReflectionFunctionAbstract::returnsReference (void ) o abstractpublic void ReflectionFunctionAbstract::__toString (void ) PROPERTIES
o $name - Name of the function. Read-only, throws ReflectionException in attempt to write. PHP Documentation Group REFLECTIONFUNCTIONABSTRACT(3)
Man Page