SolrInputDocument::toArray

(PECL solr >= 0.9.2) Returns an array representation of the input document public array SolrInputDocument::toArray ( void ) Returns an array representation of the input document. Returns: Returns an array containing the fields. It returns FALSE on failure.

xdiff_string_bpatch

(PECL xdiff >= 1.5.0) Patch a string with a binary diff string xdiff_string_bpatch ( string $str, string $patch ) Patches a string str with a binary patch. This function accepts patches created both via xdiff_string_bdiff() and xdiff_string_rabdiff() functions or their file counterparts. Parameters: str The original binary string. patch

ArrayIterator::seek

(PHP 5 >= 5.0.0, PHP 7) Seek to position public void ArrayIterator::seek ( int $position ) Parameters: position The position to seek to. Returns: No value is returned. This function is currently not documented; only its argument list is available.

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.

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_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

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() -