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.

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

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

CairoContext::getMatrix

(PECL cairo >= 0.1.0) The getMatrix purpose public void CairoContext::getMatrix ( void ) Object oriented style (method): Procedural style: void cairo_get_matrix ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented;

IntlTimeZone::createDefault

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Create a new copy of the default timezone for this host public static IntlTimeZone IntlTimeZone::createDefault ( void ) Returns: This function is currently not documented; only its argument list is available.

msession_find

(PHP 4 >= 4.2.0, PHP 5 <= 5.1.2) Find all sessions with name and value array msession_find ( string $name, string $value ) This function is currently not documented; only its argument list is available.