CairoPsSurface::levelToString

(PECL cairo >= 0.1.0) The levelToString purpose public static string CairoPsSurface::levelToString ( int $level ) The method description goes here. Parameters: level Description... Returns: Description... This function is currently not documented; only its argument list is available.

CairoPsSurface::getLevels

(PECL cairo >= 0.1.0) The getLevels purpose public static array CairoPsSurface::getLevels ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoPsSurface::getLevels() example

CairoPsSurface::getEps

(PECL cairo >= 0.1.0) The getEps purpose public bool CairoPsSurface::getEps ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoPsSurface::getEps() example <?php /

CairoPsSurface::dscComment

(PECL cairo >= 0.1.0) The dscComment purpose public void CairoPsSurface::dscComment ( string $comment ) The method description goes here. Parameters: comment Description... Returns: Description... This function is currently not documented; only its argument list is available.

CairoPsSurface::dscBeginSetup

(PECL cairo >= 0.1.0) The dscBeginSetup purpose public void CairoPsSurface::dscBeginSetup ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoPsSurface::dscBeginSetup() example

CairoPsSurface::dscBeginPageSetup

(PECL cairo >= 0.1.0) The dscBeginPageSetup purpose public void CairoPsSurface::dscBeginPageSetup ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoPsSurface::dscBeginPageSetup(

CairoPsSurface::__construct

(PECL cairo >= 0.1.0) The __construct purpose public CairoPsSurface::__construct ( string $file, float $width, float $height ) The method description goes here. Parameters: file Description... width Description... height Description... Returns: Description...

CairoPdfSurface::setSize

(PECL cairo >= 0.1.0) The setSize purpose public void CairoPdfSurface::setSize ( string $width, string $height ) The method description goes here. Parameters: width Description... height Description... Returns: Description... This function is currently not documented; on

CairoPdfSurface::__construct

(PECL cairo >= 0.1.0) The __construct purpose public CairoPdfSurface::__construct ( string $file, float $width, float $height ) The method description goes here. Parameters: file Description... width Description... height Description... Returns: Description...

CairoImageSurface::getWidth

(PECL cairo >= 0.1.0) Retrieves the width of the CairoImageSurface public int CairoImageSurface::getWidth ( void ) Gets the width of the CairoImageSurface Returns: Returns the width of the CairoImageSurface object Examples: CairoImageSurface::getWidth() example <?php // creates a new image surface $surface = new Cai