odbc_next_result

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Checks if multiple results are available bool odbc_next_result ( resource $result_id ) Checks if there are more result sets available as well as allowing access to the next result set via odbc_fetch_array(), odbc_fetch_row(), odbc_result(), etc. Parameters: result_id The result identifier. Returns: Returns TRUE i

CairoContext::copyPathFlat

(PECL cairo >= 0.1.0) Gets a flattened copy of the current path public CairoPath CairoContext::copyPathFlat ( void ) Object oriented style (method): Procedural style: CairoPath cairo_copy_path_flat ( CairoContext $context ) Gets a flattened copy of the current path and returns it to the user as a CairoPath. This function is like CairoContext::copyPath() except that any curves in the path will be approximated with piece

mysqli_bind_result

(PHP 5 < 5.4.0) Alias for mysqli_stmt_bind_result() This function is an alias of mysqli_stmt_bind_result(). This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0. See also: mysqli_stmt_bind_result() -

Yaf_Request_Http::getFiles

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

Imagick::statisticImage

(No version information available, might only be in Git) Description public void Imagick::statisticImage ( int $type, int $width, int $height [, string $CHANNEL = Imagick::CHANNEL_DEFAULT ] ) Replace each pixel with corresponding statistic from the neighborhood of the specified width and height. Parameters: type Replace each pixel with corresponding statistic from the n

Imagick::recolorImage

(No version information available, might only be in Git) Recolors image bool Imagick::recolorImage ( array $matrix ) Translate, scale, shear, or rotate image colors. This method supports variable sized matrices but normally 5x5 matrix is used for RGBA and 6x6 is used for CMYK. The last row should contain the normalized values. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer.

fbsql_set_password

(PHP 5, PHP 7) Change the password for a given user bool fbsql_set_password ( resource $link_identifier, string $user, string $password, string $old_password ) Changes the password for the given user. Parameters: link_identifier A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect(). If optional and not specified, the function will try to find an open

PDF_add_annotation

(PHP 4, PECL pdflib >= 1.0.0) Add annotation [deprecated] This function is deprecated, use PDF_create_annotation() with type=Text instead.

maxdb_real_query

(PECL maxdb >= 1.0) Execute an SQL query bool maxdb_real_query ( resource $link, string $query ) Procedural style Object oriented style bool maxdb::real_query ( string $query ) The maxdb_real_query() is functionally identical with the maxdb_query(). Note: In order to determine if a given query should return a result set or not, see maxdb_field_count(). Returns: Returns TRUE on success or

fbsql_stop_db

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Stop a database on local or remote server bool fbsql_stop_db ( string $database_name [, resource $link_identifier ] ) Stops a database on local or remote server. Parameters: database_name The database name. link_identifier A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect(). If op