HaruPage::getHeight

(PECL haru >= 0.0.1) Get the height of the page float HaruPage::getHeight ( void ) Get the height of the page. Returns: Returns the height of the page. Exception: Throws a HaruException on error. See also: HaruPage::setHeight() -

hw_api::userlist

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns a list of all logged in users array hw_api::userlist ( array $parameter ) Returns a list of all logged in users. Parameters: parameter Returns a list of all logged in users. Returns: See also: hw_api::user -

ingres_next_error

(PECL ingres >= 2.0.0) Get the next Ingres error bool ingres_next_error ([ resource $link ] ) Get the next Ingres error for the last executed query. Each call to ingres_next_error() can be followed by a call to ingres_errno(), ingres_error() or ingres_errsqlstate() to get the respective error number, error text, or SQL STATE. While ingres_next_error() returns TRUE, there are more errors to fetch. Paramete

HaruPage::moveToNextLine

(PECL haru >= 0.0.1) Move text position to the start of the next line bool HaruPage::moveToNextLine ( void ) Moves text position to the start of the next line. Returns: Returns TRUE on success. Exception: Throws a HaruException on error. See also: HaruPage::moveTextPos() -

socket_set_blocking

(PHP 4, PHP 5, PHP 7) Alias of stream_set_blocking() This function is an alias of: stream_set_blocking().

GmagickDraw::gettextdecoration

(PECL gmagick >= Unknown) Returns the text decoration public int GmagickDraw::gettextdecoration ( void ) Returns the decoration applied when annotating with text. Returns: Returns one of the DECORATION_ constants and 0 if no decoration is set.

SWFShape::drawArc

(PHP 5 <= 5.3.0, PECL ming SVN) Draws an arc of radius r centered at the current location, from angle startAngle to angle endAngle measured clockwise from 12 o'clock void SWFShape::drawArc ( float $r, float $startAngle, float $endAngle ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

SolrQuery::removeFacetField

(PECL solr >= 0.9.2) Removes one of the facet.date parameters public SolrQuery SolrQuery::removeFacetField ( string $field ) Removes one of the facet.date parameters Parameters: field The name of the field Returns: Returns the current SolrQuery object, if the return value is used.

V8JsException::getJsSourceLine

(PECL v8js >= 0.1.0) The getJsSourceLine purpose final public string V8JsException::getJsSourceLine ( void ) Returns: This function is currently not documented; only its argument list is available.

Error::getMessage

(No version information available, might only be in Git) Gets the error message final public string Error::getMessage ( void ) Returns the error message. Returns: Returns the error message as a string. Examples: Error::getMessage() example <?php try {     throw new Error("Some error message"); } catch(Error $e) {     e