msession_timeout

(PHP 4 >= 4.2.0, PHP 5 <= 5.1.2) Set/get session timeout int msession_timeout ( string $session [, int $param ] ) This function is currently not documented; only its argument list is available.

Imagick::setCompressionQuality

(PECL imagick 0.9.10-0.9.9) Sets the object's default compression quality bool Imagick::setCompressionQuality ( int $quality ) Sets the object's default compression quality. Caution This method only works for new images e.g. those created through Imagick::newPseudoImage. For existing images you should use Imagick::setImageCompressionQuality(). Parameters: quality Sets

DOMDocument::createComment

(PHP 5, PHP 7) Create new comment node public DOMComment DOMDocument::createComment ( string $data ) This function creates a new instance of class DOMComment. This node will not show up in the document unless it is inserted with (e.g.) DOMNode::appendChild(). Parameters: data The content of the comment. Returns: The new DOMComment or FALSE if an

ps_close

(PECL ps >= 1.1.0) Closes a PostScript document bool ps_close ( resource $psdoc ) Closes the PostScript document. This function writes the trailer of the PostScript document. It also writes the bookmark tree. ps_close() does not free any resources, which is done by ps_delete(). This function is also called by ps_delete() if it has not been called before. Parameters: psdoc

Gmagick::setimageinterlacescheme

(PECL gmagick >= Unknown) Sets the interlace scheme of the image. public Gmagick Gmagick::setimageinterlacescheme ( int $interlace ) Sets the interlace scheme of the image. Parameters: interlace The image interlace scheme: NoInterlace, LineInterlace, PlaneInterlace, PartitionInterlace. Returns: The Gmagick object on success

Yaf_Response_Abstract::__clone

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

SolrDocument::clear

(PECL solr >= 0.9.2) Drops all the fields in the document public bool SolrDocument::clear ( void ) Resets the current object. Discards all the fields and resets the document boost to zero. Returns: Returns TRUE on success or FALSE on failure.

sqlsrv_query

(No version information available, might only be in Git) Prepares and executes a query. mixed sqlsrv_query ( resource $conn, string $sql [, array $params [, array $options ]] ) Prepares and executes a query. Parameters: conn A connection resource returned by sqlsrv_connect(). sql The string that defines the query to be prepared and exec

oci_get_implicit_resultset

(PECL OCI8 >= 2.0.0) Returns the next child statement resource from a parent statement resource that has Oracle Database 12c Implicit Result Sets resource oci_get_implicit_resultset ( resource $statement ) Used to fetch consectutive sets of query results after the execution of a stored or anonymous Oracle PL/SQL block where that block returns query results with Oracle's DBMS_SQL.RETURN_RESULT PL/SQL function. This allow

ImagickDraw::setStrokeLineCap

(PECL imagick 2.0.0) Specifies the shape to be used at the end of open subpaths when they are stroked bool ImagickDraw::setStrokeLineCap ( int $linecap ) Specifies the shape to be used at the end of open subpaths when they are stroked. Parameters: linecap LINECAP_ constant Returns: No value is returned. This f