mcrypt_module_is_block_algorithm_mode

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns if the specified module is a block algorithm or not bool mcrypt_module_is_block_algorithm_mode ( string $mode [, string $lib_dir ] ) This function returns TRUE if the mode is for use with block algorithms, otherwise it returns FALSE. (e.g. FALSE for stream, and TRUE for cbc, cfb, ofb). Parameters: mode The mode to check.

SplHeap::count

(PHP 5 >= 5.3.0, PHP 7) Counts the number of elements in the heap. public int SplHeap::count ( void ) Returns: Returns the number of elements in the heap.

xdiff_file_patch

(PECL xdiff >= 0.2.0) Patch a file with an unified diff mixed xdiff_file_patch ( string $file, string $patch, string $dest [, int $flags = DIFF_PATCH_NORMAL ] ) Patches a file with a patch and stores the result in a file. patch has to be an unified diff created by xdiff_file_diff()/xdiff_string_diff() function. An optional flags parameter specifies mode of operation. Parameters: f

maxdb_stmt_free_result

(PECL maxdb >= 1.0) Frees stored result memory for the given statement handle void maxdb_stmt_free_result ( resource $stmt ) Procedural style Object oriented style void maxdb_stmt::free_result ( void ) The maxdb_stmt_free_result() function frees the result memory associated with the statement represented by the stmt parameter, which was allocated by maxdb_stmt_store_result(). Returns: This fu

gzclose

(PHP 4, PHP 5, PHP 7) Close an open gz-file pointer bool gzclose ( resource $zp ) Closes the given gz-file pointer. Parameters: zp The gz-file pointer. It must be valid, and must point to a file successfully opened by gzopen(). Returns: Returns TRUE on success or FALSE on failure. Examples:

$_FILES

(PHP 4 >= 4.1.0, PHP 5, PHP 7) HTTP File Upload variables An associative array of items uploaded to the current script via the HTTP POST method. $HTTP_POST_FILES contains the same initial information, but is not a superglobal. (Note that $HTTP_POST_FILES and $_FILES are different variables and that PHP handles them as such) Changelog: 4.1.0 Introduced $_FILES that depreca

ImagickDraw::rotate

(PECL imagick 2.0.0) Applies the specified rotation to the current coordinate space bool ImagickDraw::rotate ( float $degrees ) Applies the specified rotation to the current coordinate space. Parameters: degrees degrees to rotate Returns: No value is returned. This function is currently not documented; only it

mssql_num_rows

(PHP 4, PHP 5, PECL odbtp >= 1.1.1) Gets the number of rows in result int mssql_num_rows ( resource $result ) mssql_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 mssql_query(). Returns: Returns the number of rows, as an integer.

cairo_scaled_font_extents

(PECL cairo >= 0.1.0) Description array cairo_scaled_font_extents ( 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 available.

mailparse_msg_extract_whole_part_file

(PECL mailparse >= 0.9.0) Extracts a message section including headers without decoding the transfer encoding string mailparse_msg_extract_whole_part_file ( resource $mimemail, string $filename [, callable $callbackfunc ] ) Parameters: mimemail A valid MIME resource. filename A valid MIME resource. callbackfunc