ocifetch

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_fetch() Alias of oci_fetch() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

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

shmop_open

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Create or open shared memory block int shmop_open ( int $key, string $flags, int $mode, int $size ) shmop_open() can create or open a shared memory block. Parameters: key System's id for the shared memory block. Can be passed as a decimal or hex. flags The flags that you can use: "a" for access (sets

posix_ttyname

(PHP 4, PHP 5, PHP 7) Determine terminal device name string posix_ttyname ( mixed $fd ) Returns a string for the absolute path to the current terminal device that is open on the file descriptor fd. Parameters: fd The file descriptor, which is expected to be either a file resource or an integer. An integer will be assumed to be a file descriptor that can be passed directly

trader_cdleveningstar

(PECL trader >= 0.2.0) Evening Star array trader_cdleveningstar ( array $open, array $high, array $low, array $close [, float $penetration ] ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close

MongoInt32::__toString

(PECL mongo >= 1.0.9) Returns the string representation of this 32-bit integer. public string MongoInt32::__toString ( void ) Returns: Returns the string representation of this integer.

EventListener::setCallback

(PECL event >= 1.2.6-beta) The setCallback purpose public void EventListener::setCallback ( callable $cb [, mixed $arg = NULL ] ) Adjust event connect listener's callback and optionally the callback argument. Parameters: cb The new callback for new connections. Ignored if NULL. Should match the following prototype: void callback ([ EventListener $listener = NU

trader_cdlunique3river

(PECL trader >= 0.2.0) Unique 3 River array trader_cdlunique3river ( 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

fann_train_on_data

(PECL fann >= 1.0.0) Trains on an entire dataset for a period of time bool fann_train_on_data ( resource $ann, resource $data, int $max_epochs, int $epochs_between_reports, float $desired_error ) Trains on an entire dataset for a period of time. This training uses the training algorithm chosen by fann_set_training_algorithm() and the parameters set for these training algorithms. Parameters:

imap_rfc822_parse_headers

(PHP 4, PHP 5, PHP 7) Parse mail headers from a string object imap_rfc822_parse_headers ( string $headers [, string $defaulthost = "UNKNOWN" ] ) Gets an object of various header elements, similar to imap_header(). Parameters: headers The parsed headers data defaulthost The default host name Returns: Returns an