PDF_set_duration

(PHP 4, PECL pdflib >= 1.0.0) Set duration between pages [deprecated] This function is deprecated since PDFlib version 3, use the duration option in PDF_begin_page_ext() or PDF_end_page_ext() instead.

readline_redisplay

(PHP 5 >= 5.1.0, PHP 7) Redraws the display void readline_redisplay ( void ) Redraws readline to redraw the display. Returns: No value is returned.

PDF_begin_font

(PECL pdflib >= 2.0.0) Start a Type 3 font definition bool PDF_begin_font ( resource $pdfdoc, string $filename, float $a, float $b, float $c, float $d, float $e, float $f, string $optlist ) Starts a Type 3 font definition.

Imagick::getCopyright

(PECL imagick 2.0.0) Returns the ImageMagick API copyright as a string string Imagick::getCopyright ( void ) Returns the ImageMagick API copyright as a string. Returns: Returns a string containing the copyright notice of Imagemagick and Magickwand C API.

Yaf_View_Interface::render

(Yaf >=1.0.0) Render a template abstract public string Yaf_View_Interface::render ( string $tpl [, array $tpl_vars ] ) Render a template and return the result. Parameters: tpl Render a template and return the result. tpl_vars Render a template and return the result. Returns:

session_register

(PHP 4, PHP 5 < 5.4.0) Register one or more global variables with the current session bool session_register ( mixed $name [, mixed $... ] ) session_register() accepts a variable number of arguments, any of which can be either a string holding the name of a variable or an array consisting of variable names or other arrays. For each name, session_register() registers the global variable with that name in the current session

CairoScaledFont::status

(PECL cairo >= 0.1.0) The status purpose public int CairoScaledFont::status ( void ) Object oriented style (method): Procedural style: int cairo_status ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented; only its

Yaf_Session::__wakeup

(Yaf >=1.0.0) The __wakeup purpose private void Yaf_Session::__wakeup ( void ) Returns: This function is currently not documented; only its argument list is available.

PDO::query

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0) Executes an SQL statement, returning a result set as a PDOStatement object public PDOStatement PDO::query ( string $statement ) public PDOStatement PDO::query ( string $statement , int $PDO::FETCH_COLUMN , int $colno ) public PDOStatement PDO::query ( string $statement , int $PDO::FETCH_CLASS , string $classname , array $ctorargs ) public PDOStatement PDO::query ( string $

px_set_targetencoding

(PECL paradox >= 1.0.0) Sets the encoding for character fields (deprecated) bool px_set_targetencoding ( resource $pxdoc, string $encoding ) Set the encoding for data retrieved from a character field. All character fields will be recoded to the encoding set by this function. If the encoding is not set, the character data will be returned in the DOS code page encoding as specified in the database file. The encoding can be