unixtojd

(PHP 4, PHP 5, PHP 7) Convert Unix timestamp to Julian Day int unixtojd ([ int $timestamp = time() ] ) Return the Julian Day for a Unix timestamp (seconds since 1.1.1970), or for the current day if no timestamp is given. Parameters: timestamp A unix timestamp to convert. Returns: A julian day number as integer.

px_delete

(PECL paradox >= 1.0.0) Deletes resource of paradox database bool px_delete ( resource $pxdoc ) Deletes the resource of the paradox file and frees all memory. Parameters: pxdoc Resource identifier of the paradox database as returned by px_new(). Returns: Returns TRUE on success or FALSE on failure.

ReflectionExtension::info

(PHP 5, PHP 7) Print extension info public void ReflectionExtension::info ( void ) Prints out the "phpinfo()" snippet for the given extension. Returns: Information about the extension. Examples: ReflectionExtension::info() example <?php $ext = new ReflectionExtension('mysqli'); $ext->info(); ?> The above exam

px_get_record

(PECL paradox >= 1.0.0) Returns record of paradox database array px_get_record ( resource $pxdoc, int $num [, int $mode = 0 ] ) Parameters: pxdoc Resource identifier of the paradox database as returned by px_new(). num The record number is an artificial number counting records in the order as they are stored in the database. The first

fbsql_field_table

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get name of the table the specified field is in string fbsql_field_table ( resource $result [, int $field_offset ] ) Returns the name of the table that the specified field is in. Parameters: result A result identifier returned by fbsql_query() or fbsql_db_query(). field_offset The numerical offset of the

Memcached::getResultMessage

(PECL memcached >= 1.0.0) Return the message describing the result of the last operation public string Memcached::getResultMessage ( void ) Memcached::getResultMessage() returns a string that describes the result code of the last executed Memcached method. Returns: Message describing the result of the last Memcached operation. Examples:

trader_ht_dcperiod

(PECL trader >= 0.2.0) Hilbert Transform - Dominant Cycle Period array trader_ht_dcperiod ( array $real ) Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

fann_create_train_from_callback

(PECL fann >= 1.0.0) Creates the training data struct from a user supplied function resource fann_create_train_from_callback ( int $num_data, int $num_input, int $num_output, callable $user_function ) Creates the training data struct from a user supplied function. As the training data are numerable (data 1, data 2...), the user must write a function that receives the number of the training data set (input, output) and ret

Yaf_Request_Abstract::getServer

(Yaf >=1.0.0) Retrieve SERVER variable public void Yaf_Request_Abstract::getServer ( string $name [, string $default ] ) Retrieve SERVER variable Parameters: name the variable name default if this parameter is provide, this will be returned if the variable can not be found Returns:

trader_cdlinvertedhammer

(PECL trader >= 0.2.0) Inverted Hammer array trader_cdlinvertedhammer ( 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