SolrInputDocument::__destruct

(PECL solr >= 0.9.2) Destructor public void SolrInputDocument::__destruct ( void ) Destructor Returns: None.

tidy_setopt

(PECL tidy >= 0.5.2) Updates the configuration settings for the specified tidy document bool tidy_setopt ( string $option, mixed $value ) tidy_setopt() updates the specified option with a new value. Parameters: option The tidy option name. A list of available configuration options may be found at: » http://tidy.sourceforge.net/docs/quickref.html.

ZMQDevice::getTimerTimeout

(No version information available, might only be in Git) Get the timer timeout public ZMQDevice ZMQDevice::getTimerTimeout ( void ) Gets the timer callback timeout value. Added in ZMQ extension version 1.1.0. Returns: This method returns the timer timeout value.

Gmagick::getimageindex

(PECL gmagick >= Unknown) Gets the index of the current active image public int Gmagick::getimageindex ( void ) Returns the index of the current active image within the Gmagick object. Returns: Index of current active image Exception: Throws an GmagickException on error.

ps_circle

(PECL ps >= 1.1.0) Draws a circle bool ps_circle ( resource $psdoc, float $x, float $y, float $radius ) Draws a circle with its middle point at (x, y). The circle starts and ends at position (x+radius, y). If this function is called outside a path it will start a new path. If it is called within a path it will add the circle as a subpath. If the last drawing operation does not end in point (x+radius, y) then there will be

PDF_add_weblink

(PHP 4, PECL pdflib >= 1.0.0) Add weblink for current page [deprecated] bool PDF_add_weblink ( resource $pdfdoc, float $lowerleftx, float $lowerlefty, float $upperrightx, float $upperrighty, string $url ) Adds a weblink annotation to a target url on the Web. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use PDF_create_action() with type=URI and PDF_create_annotation() w

SQLite3Result::columnType

(PHP 5 >= 5.3.0, PHP 7) Returns the type of the nth column public int SQLite3Result::columnType ( int $column_number ) Returns the type of the column identified by column_number. Parameters: column_number The numeric zero-based index of the column. Returns: Returns the data type index of the column identified by column_number (one of SQLITE3_I

IntlCalendar::before

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Whether this objectʼs time is before that of the passed object public bool IntlCalendar::before ( IntlCalendar $other ) Object oriented style Procedural style bool intlcal_before ( IntlCalendar $cal , IntlCalendar $other ) Returns whether this objectʼs time precedes the argumentʼs time. Parameters: cal The IntlCalendar resource.

PDF_load_iccprofile

(PECL pdflib >= 2.0.0) Search and prepare ICC profile int PDF_load_iccprofile ( resource $pdfdoc, string $profilename, string $optlist ) Searches for an ICC profile, and prepares it for later use.

sizeof

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