cubrid_close_request

(PECL CUBRID >= 8.3.0) Close the request handle bool cubrid_close_request ( resource $req_identifier ) The cubrid_close_request() function closes the request handle given by the req_identifier argument, and releases the memory region related to the handle. It is an alias of cubrid_close_prepare(). Parameters: req_identifier Request identifier. Return

openssl_private_decrypt

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Decrypts data with private key bool openssl_private_decrypt ( string $data, string &$decrypted, mixed $key [, int $padding = OPENSSL_PKCS1_PADDING ] ) openssl_private_decrypt() decrypts data that was previous encrypted via openssl_public_encrypt() and stores the result into decrypted. You can use this function e.g. to decrypt data which were supposed only to you. Par

Memcached::__construct

(PECL memcached >= 0.1.0) Create a Memcached instance public Memcached::__construct ([ string $persistent_id ] ) Creates a Memcached instance representing the connection to the memcache servers. Parameters: persistent_id By default the Memcached instances are destroyed at the end of the request. To create an instance that persists between requests, use persistent_id to specify a unique

HaruPage::fillStroke

(PECL haru >= 0.0.1) Fill current path using nonzero winding number rule, then paint the path bool HaruPage::fillStroke ([ bool $close_path = false ] ) Fills current path using nonzero winding number rule, then paints the path. Parameters: close_path Optional parameter. When set to TRUE, the function closes the current path. Default to FALSE. Retur

yaml_parse_file

(PECL yaml >= 0.4.0) Parse a YAML stream from a file mixed yaml_parse_file ( string $filename [, int $pos = 0 [, int &$ndocs [, array $callbacks ]]] ) Convert all or part of a YAML document stream read from a file to a PHP variable. Parameters: filename Path to the file. pos Document to extract from stream (-1 for all documents,

fann_get_cascade_num_candidates

(PECL fann >= 1.0.0) Returns the number of candidates used during training int fann_get_cascade_num_candidates ( resource $ann ) The number of candidates used during training (calculated by multiplying fann_get_cascade_activation_functions_count(), fann_get_cascade_activation_steepnesses_count() and fann_get_cascade_num_candidate_groups()). The actual candidates is defined by the fann_get_cascade_activation_functions()

SolrCollapseFunction::setMax

(PECL solr >= 2.2.0) Selects the group heads by the max value of a numeric field or function query. public SolrCollapseFunction SolrCollapseFunction::setMax ( string $max ) Selects the group heads by the max value of a numeric field or function query. Parameters: max Selects the group heads by the max value of a numeric field or function query. Retu

PDOStatement::fetchObject

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.4) Fetches the next row and returns it as an object. public mixed PDOStatement::fetchObject ([ string $class_name = "stdClass" [, array $ctor_args ]] ) Fetches the next row and returns it as an object. This function is an alternative to PDOStatement::fetch() with PDO::FETCH_CLASS or PDO::FETCH_OBJ style. Parameters: class_name

mysqli::store_result

(PHP 5, PHP 7) Transfers a result set from the last query mysqli_result mysqli::store_result ([ int $option ] ) Object oriented style Procedural style mysqli_result mysqli_store_result ( mysqli $link [, int $option ] ) Transfers the result set from the last query on the database connection represented by the link parameter to be used with the mysqli_data_seek() function. Parameters:

fann_set_cascade_output_change_fraction

(PECL fann >= 1.0.0) Sets the cascade output change fraction bool fann_set_cascade_output_change_fraction ( resource $ann, float $cascade_output_change_fraction ) Sets the cascade output change fraction. Parameters: ann Neural network resource. cascade_output_change_fraction The cascade output change fraction. Retur