NumberFormatter::getPattern

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get formatter pattern public string NumberFormatter::getPattern ( void ) Object oriented style Procedural style string numfmt_get_pattern ( NumberFormatter $fmt ) Extract pattern used by the formatter. Parameters: fmt NumberFormatter object. Returns: Pattern string that is used by the formatt

Phar::offsetGet

(PHP >= 5.3.0, PECL phar >= 1.0.0) Gets a PharFileInfo object for a specific file public int Phar::offsetGet ( string $offset ) This is an implementation of the ArrayAccess interface allowing direct manipulation of the contents of a Phar archive using array access brackets. Phar::offsetGet() is used for retrieving files from a Phar archive. Parameters: offset The fi

GearmanClient::addTaskLow

(PECL gearman >= 0.5.0) Add a low priority task to run in parallel public GearmanTask GearmanClient::addTaskLow ( string $function_name, string $workload [, mixed &$context [, string $unique ]] ) Adds a low priority background task to be run in parallel with other tasks. Call this method for all the tasks to be run in parallel, then call GearmanClient::runTasks() to perform the work. Tasks with a low priority will be

ReflectionFunctionAbstract::getNumberOfRequiredParameters

(PHP 5 >= 5.0.3, PHP 7) Gets number of required parameters public int ReflectionFunctionAbstract::getNumberOfRequiredParameters ( void ) Get the number of required parameters that a function defines. Returns: The number of required parameters. This function is currently not documented; only its argument list is available.

StompFrame::__construct

(PECL stomp >= 0.1.0) Constructor StompFrame::__construct ([ string $command [, array $headers [, string $body ]]] ) Constructor. Parameters: command Frame command headers Frame headers (array). body Frame body.

timezone_offset_get

(PHP 5 >= 5.2.0, PHP 7) Alias of DateTimeZone::getOffset() This function is an alias of: DateTimeZone::getOffset()

sqlite_create_function

(PHP 5 < 5.4.0, sqlite >= 1.0.0) Registers a "regular" User Defined Function for use in SQL statements void sqlite_create_function ( resource $dbhandle, string $function_name, callable $callback [, int $num_args = -1 ] ) Object oriented style (method): public void SQLiteDatabase::createFunction ( string $function_name , callable $callback [, int $num_args = -1 ] ) sqlite_create_function() allows you to register a

fann_shuffle_train_data

(PECL fann >= 1.0.0) Shuffles training data, randomizing the order bool fann_shuffle_train_data ( resource $train_data ) Shuffles training data, randomizing the order. This is recommended for incremental training, while it have no influence during batch training. Parameters: train_data Neural network training data resource. Returns: Returns TRUE

GearmanClient::doJobHandle

(PECL gearman >= 0.5.0) Get the job handle for the running task public string GearmanClient::doJobHandle ( void ) Gets that job handle for a running task. This should be used between repeated GearmanClient::doNormal() calls. The job handle can then be used to get information on the task. Returns: The job handle for the running task.

fann_set_cascade_candidate_stagnation_epochs

(PECL fann >= 1.0.0) Sets the number of cascade candidate stagnation epochs bool fann_set_cascade_candidate_stagnation_epochs ( resource $ann, int $cascade_candidate_stagnation_epochs ) Sets the number of cascade candidate stagnation epochs. Parameters: ann Neural network resource. cascade_candidate_stagnation_epochs The number of casc