zip_entry_open

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0) Open a directory entry for reading bool zip_entry_open ( resource $zip, resource $zip_entry [, string $mode ] ) Opens a directory entry in a zip file for reading. Parameters: zip A valid resource handle returned by zip_open(). zip_entry A directory entry returned by zip

trader_sum

(PECL trader >= 0.2.0) Summation array trader_sum ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.

fflush

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Flushes the output to a file bool fflush ( resource $handle ) This function forces a write of all buffered output to the resource pointed to by the file handle. Parameters: handle The file pointer must be valid, and must point to a file successfully opened by fopen() or fsockopen() (and not yet closed by fclose()). Retur

trader_cdlhikkake

(PECL trader >= 0.2.0) Hikkake Pattern array trader_cdlhikkake ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing pri

xmlrpc_server_register_introspection_callback

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Register a PHP function to generate documentation bool xmlrpc_server_register_introspection_callback ( resource $server, string $function ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.

RarEntry::getHostOs

(PECL rar >= 0.1) Get entry host OS public int RarEntry::getHostOs ( void ) Returns the code of the host OS of the archive entry. Returns: Returns the code of the host OS, or FALSE on error. Examples: RarEntry::getHostOs() example (version >= 2.0.0) <?php $rar_file = rar_open('example.rar') or die("Failed to ope

imagecopyresized

(PHP 4, PHP 5, PHP 7) Copy and resize part of an image bool imagecopyresized ( resource $dst_image, resource $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $dst_w, int $dst_h, int $src_w, int $src_h ) imagecopyresized() copies a rectangular portion of one image to another image. dst_image is the destination image, src_image is the source image identifier. In other words, imagecopyresized() will take a rect

ibase_db_info

(PHP 5, PHP 7) Request statistics about a database string ibase_db_info ( resource $service_handle, string $db, int $action [, int $argument = 0 ] ) This function is currently not documented; only its argument list is available.

Gmagick::getimagesignature

(PECL gmagick >= Unknown) Generates an SHA-256 message digest public string Gmagick::getimagesignature ( void ) Generates an SHA-256 message digest for the image pixel stream. Returns: Returns a string containing the SHA-256 hash of the file. Exception: Throws an GmagickException on error.

Yaf_Route_Interface::route

(Yaf >=1.0.0) route a request abstract public bool Yaf_Route_Interface::route ( Yaf_Request_Abstract $request ) Yaf_Route_Interface::route() is the only method that a custom route should implement. Note: since of 2.3.0, there is another method should also be implemented, see Yaf_Route_Interface::assemble(). if this method return TRUE, then the route process will be end. otherwise, Yaf_Router will call next route in