ResourceBundle::getErrorMessage

(PHP >= 5.3.2, PECL intl >= 2.0.0) Get bundle's last error message. public string ResourceBundle::getErrorMessage ( void ) Object oriented style Procedural style string resourcebundle_get_error_message ( ResourceBundle $r ) Get error message from the last function performed by the bundle object. Parameters: r ResourceBundle object. Returns:

maxdb_insert_id

(PECL maxdb >= 1.0) Returns the auto generated id used in the last query mixed maxdb_insert_id ( resource $link ) Procedural style Object oriented style mixed $maxdb->insert_id; The maxdb_insert_id() function returns the ID generated by a query on a table with a column having the DEFAULT SERIAL attribute. If the last query wasn't an INSERT or UPDATE statement or if the modified table does not have a column with the DE

imagecreatefromxbm

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Create a new image from file or URL resource imagecreatefromxbm ( string $filename ) imagecreatefromxbm() returns an image identifier representing the image obtained from the given filename. TipA URL can be used as a filename with this function if the fopen wrappers have been enabled. See fopen() for more details on how to specify the filename. See the Supported Protocols and Wrappers for

msql_num_rows

(PHP 4, PHP 5, PHP 7) Get number of rows in result int msql_num_rows ( resource $query_identifier ) msql_num_rows() returns the number of rows in a result set. Parameters: result The result resource that is being evaluated. This result comes from a call to msql_query(). Returns: Returns the number of rows in the result set.

Imagick::getVersion

(PECL imagick 2.0.0) Returns the ImageMagick API version array Imagick::getVersion ( void ) Returns the ImageMagick API version as a string and as a number. Returns: Returns the ImageMagick API version as a string and as a number. Exception: Throws ImagickException on error.

imageaffinematrixget

(PHP 5 >= 5.5.0, PHP 7) Return an image containing the affine tramsformed src image, using an optional clipping area array imageaffinematrixget ( int $type [, mixed $options ] ) Parameters: type One of IMG_AFFINE_* constants. options One of IMG_AFFINE_* constants. Returns: Array with keys 0 to 5 and float valu

hwapi_attribute_new

(No version information available, might only be in Git) Creates instance of class hw_api_attribute HW_API_Attribute hwapi_attribute_new ([ string $name [, string $value ]] ) Creates a new instance of hw_api_attribute with the given name and value. Parameters: name The attribute name. value The attribute value. Retu

msql_data_seek

(PHP 4, PHP 5, PHP 7) Move internal row pointer bool msql_data_seek ( resource $result, int $row_number ) msql_data_seek() moves the internal row pointer of the mSQL result associated with the specified query identifier to point to the specified row number. The next call to msql_fetch_row() would return that row. Parameters: result The result resource that is being evaluat

SolrQuery::getTermsLowerBound

(PECL solr >= 0.9.2) Returns the term to start at public string SolrQuery::getTermsLowerBound ( void ) Returns the term to start at Returns: Returns a string on success and NULL if not set.

MongoGridFSCursor::getNext

(PECL mongo >=0.9.0) Return the next file to which this cursor points, and advance the cursor public MongoGridFSFile MongoGridFSCursor::getNext ( void ) Returns: Returns the next file.