HaruPage::beginText

(PECL haru >= 0.0.1) Begin a text object and set the current text position to (0,0) bool HaruPage::beginText ( void ) Begins new text object and sets the current text position to (0,0). Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

SolrCollapseFunction::getHint

(PECL solr >= 2.2.0) Returns collapse hint public string SolrCollapseFunction::getHint ( void ) Returns collapse hint Returns: See also: SolrCollapseFunction::setHint() -

HaruDoc::setPageLayout

(PECL haru >= 0.0.1) Set how pages should be displayed bool HaruDoc::setPageLayout ( int $layout ) Defines how pages should be displayed. Parameters: layout The following values are accepted: HaruDoc::PAGE_LAYOUT_SINGLE - only one page is displayed. HaruDoc::PAGE_LAYOUT_ONE_COLUMN - display the pages in one column. HaruDoc::PAGE_LAYOUT_TWO_COLUMN_LEFT - display p

Imagick::getColorspace

(PECL imagick 0.9.10-0.9.9) Gets the colorspace int Imagick::getColorspace ( void ) Gets the global colorspace value. This method is available if Imagick has been compiled against ImageMagick version 6.5.7 or newer. Returns: Returns an integer which can be compared against COLORSPACE constants.

HaruDoc::getInfoAttr

(PECL haru >= 0.0.1) Get current value of the specified document attribute string HaruDoc::getInfoAttr ( int $type ) Get the current value of the specified document attribute. Parameters: type The type of the attribute. The following values are available: HaruDoc::INFO_AUTHOR HaruDoc::INFO_CREATOR HaruDoc::INFO_TITLE HaruDoc::INFO_SUBJECT HaruDoc::INFO_KEYWOR

SWFShape::drawCubicTo

(PHP 5 <= 5.3.0, PECL ming SVN) Draws a cubic bezier curve using the current position and the three given points as control points int SWFShape::drawCubicTo ( float $bx, float $by, float $cx, float $cy, float $dx, float $dy ) This function is currently not documented; only its argument list is available. S

GmagickDraw::scale

(PECL gmagick >= Unknown) Adjusts the scaling factor public GmagickDraw GmagickDraw::scale ( float $x, float $y ) Adjusts the scaling factor to apply in the horizontal and vertical directions to the current coordinate space. Parameters: x horizontal scale factor y vertical scale factor Returns: The GmagickDr

socket_strerror

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Return a string describing a socket error string socket_strerror ( int $errno ) socket_strerror() takes as its errno parameter a socket error code as returned by socket_last_error() and returns the corresponding explanatory text. Note: Although the error messages generated by the socket extension are in English, the system messages retrieved with this function will appear depending on th

HaruDoc::setOpenAction

(PECL haru >= 0.0.1) Define which page is shown when the document is opened bool HaruDoc::setOpenAction ( object $destination ) Defines which page should be shown when the document is opened. Parameters: destination A valid HaruDestination instance. Returns: Returns TRUE on success. Exception: Throws a HaruExce

PDF_circle

(PHP 4, PECL pdflib >= 1.0.0) Draw a circle bool PDF_circle ( resource $pdfdoc, float $x, float $y, float $r ) Adds a circle. Returns TRUE on success or FALSE on failure.