SolrDocument::reset

(PECL solr >= 0.9.2) This is an alias to SolrDocument::clear() public bool SolrDocument::reset ( void ) This is an alias to SolrDocument::clear() Returns: Returns TRUE on success or FALSE on failure.

cairo_scaled_font_get_font_face

(PECL cairo >= 0.1.0) Description CairoFontFace cairo_scaled_font_get_font_face ( CairoScaledFont $scaledfont ) The function description goes here. Parameters: scaledfont Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is avai

cubrid_disconnect

(PECL CUBRID >= 8.3.0) Close a database connection bool cubrid_disconnect ([ resource $conn_identifier ] ) The cubrid_disconnect() function closes the connection handle and disconnects from server. If any request handle is not closed at this point, it will be closed. It is similar to the CUBRID MySQL compatible function cubrid_close(). Parameters: conn_identifier Connec

cairo_font_face_get_type

(PECL cairo >= 0.1.0) Description int cairo_font_face_get_type ( CairoFontFace $fontface ) The function description goes here. Parameters: fontface Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

HaruDoc::getEncoder

(PECL haru >= 0.0.1) Get HaruEncoder instance for the specified encoding object HaruDoc::getEncoder ( string $encoding ) Get the HaruEncoder instance for the specified encoding. Parameters: encoding The encoding name. See Builtin Encodings for the list of allowed values. Returns: Returns a HaruEncoder instance for the specified encoding.

ingres_error

(PECL ingres >= 1.1.0) Get a meaningful error message for the last error generated string ingres_error ([ resource $link ] ) Returns a string containing the last error, or NULL if no error has occurred. If a link resource is passed to ingres_error(), it returns the last error recorded for the link. If no link is passed then ingres_error() returns the last error reported using the default link. The function, ingres_err

ibase_errmsg

(PHP 5, PHP 7) Return error messages string ibase_errmsg ( void ) Returns the error message that resulted from the most recent InterBase function call. Returns: Returns the error message as a string, or FALSE if no error occurred. See also: ibase_errcode() -

hw_api::link

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Creates a link to an object bool hw_api::link ( array $parameter ) Creates a link to an object. Accessing this link is like accessing the object to links points to. Parameters: parameter The parameter array contains the required elements 'objectIdentifier' and 'destinationParentIdentifier'. 'destinationParentIdentifier' is the tar

posix_getpgrp

(PHP 4, PHP 5, PHP 7) Return the current process group identifier int posix_getpgrp ( void ) Return the process group identifier of the current process. Returns: Returns the identifier, as an integer.

PDF_begin_template_ext

(PECL pdflib >= 2.1.0) Start template definition int PDF_begin_template_ext ( resource $pdfdoc, float $width, float $height, string $optlist ) Starts a new template definition.