mhash_get_block_size

(PHP 4, PHP 5, PHP 7) Gets the block size of the specified hash int mhash_get_block_size ( int $hash ) Gets the size of a block of the specified hash. Parameters: hash The hash ID. One of the MHASH_hashname constants. Returns: Returns the size in bytes or FALSE, if the hash does not exist. Example

CairoMatrix::invert

(PECL cairo >= 0.1.0) The invert purpose public void CairoMatrix::invert ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoMatrix::invert() example <?php /* ...

trader_cdlstalledpattern

(PECL trader >= 0.2.0) Stalled Pattern array trader_cdlstalledpattern ( 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 Clos

natsort

(PHP 4, PHP 5, PHP 7) Sort an array using a "natural order" algorithm bool natsort ( array &$array ) This function implements a sort algorithm that orders alphanumeric strings in the way a human being would while maintaining key/value associations. This is described as a "natural ordering". An example of the difference between this algorithm and the regular computer string sorting algorithms (used in sort()) can be seen

dbase_numrecords

(PHP 4, PHP 5, PHP 7) Gets the number of records in a database int dbase_numrecords ( int $dbase_identifier ) Gets the number of records (rows) in the specified database. Note: Record numbers are between 1 and dbase_numrecords($db), while field numbers are between 0 and dbase_numfields($db)-1. Parameters: dbase_identifier The database link identifier, returned by dba

sqlite_fetch_single

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.1) Fetches the first column of a result set as a string string sqlite_fetch_single ( resource $result [, bool $decode_binary = true ] ) Object oriented style (method): string SQLiteResult::fetchSingle ([ bool $decode_binary = true ] ) string SQLiteUnbuffered::fetchSingle ([ bool $decode_binary = true ] ) sqlite_fetch_single() is identical to sqlite_fetch_array() except that it retu

Yaf_Request_Abstract::setRequestUri

(Yaf >=2.1.0) The setRequestUri purpose public void Yaf_Request_Abstract::setRequestUri ( string $uir ) Parameters: uir Returns: This function is currently not documented; only its argument list is available.

sqlsrv_num_rows

(No version information available, might only be in Git) Retrieves the number of rows in a result set mixed sqlsrv_num_rows ( resource $stmt ) Retrieves the number of rows in a result set. This function requires that the statment resource be created with a static or keyset cursor. For more information, see sqlsrv_query(), sqlsrv_prepare(), or » Specifying a Cursor Type and Selecting Rows in the Microsoft SQLSRV documentation

streamWrapper::rename

(PHP 5, PHP 7) Renames a file or directory public bool streamWrapper::rename ( string $path_from, string $path_to ) This method is called in response to rename(). Should attempt to rename path_from to path_to Note: In order for the appropriate error message to be returned this method should not be defined if the wrapper does not support renaming files. Parameters: path_from

Gmagick::embossimage

(PECL gmagick >= Unknown) Returns a grayscale image with a three-dimensional effect public Gmagick Gmagick::embossimage ( float $radius, float $sigma ) Returns a grayscale image with a three-dimensional effect. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and it will choose a suitable radius