ZipArchive::setArchiveComment

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.4.0) Set the comment of a ZIP archive bool ZipArchive::setArchiveComment ( string $comment ) Set the comment of a ZIP archive. Parameters: comment The contents of the comment. Returns: Returns TRUE on success or FALSE on failure. Examples: C

mb_ereg_search_pos

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string array mb_ereg_search_pos ([ string $pattern [, string $option = "ms" ]] ) Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string The string for match is specified by mb_ereg_search_init(). If it is not specified, t

fann_get_num_output

(PECL fann >= 1.0.0) Get the number of output neurons int fann_get_num_output ( resource $ann ) Get the number of output neurons. Parameters: ann Neural network resource. Returns: Number of output neurons, or FALSE on error

$_GET

(PHP 4 >= 4.1.0, PHP 5, PHP 7) HTTP GET variables An associative array of variables passed to the current script via the URL parameters. $HTTP_GET_VARS contains the same initial information, but is not a superglobal. (Note that $HTTP_GET_VARS and $_GET are different variables and that PHP handles them as such) Changelog: 4.1.0 Introduced $_GET that deprecated $HTTP_GET_VA

mqseries_get

(PECL mqseries >= 0.10.0) MQSeries MQGET void mqseries_get ( resource $hConn, resource $hObj, array &$md, array &$gmo, int &$bufferLength, string &$msg, int &$data_length, resource &$compCode, resource &$reason ) The mqseries_get() (MQGET) call retrieves a message from a local queue that has been opened using the mqseries_open() (MQOPEN) call Parameters:

ZipArchive::open

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0) Open a ZIP file archive mixed ZipArchive::open ( string $filename [, int $flags ] ) Opens a new zip archive for reading, writing or modifying. Parameters: filename The file name of the ZIP archive to open. flags The mode to use to open the archive. ZipArchive::OVERWRITE ZipArchive:

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()

SWFFontChar::addChars

(PHP 5 <= 5.3.0, PECL ming SVN) Adds characters to a font for exporting font void SWFFontChar::addChars ( string $char ) Returns: No value is returned. This function is currently not documented; only its argument list is available. See also: SWFFontChar::addUTF8Chars

gupnp_service_info_get_introspection

(PECL gupnp >= 0.1.0) Get resource introspection of service mixed gupnp_service_info_get_introspection ( resource $proxy [, mixed $callback [, mixed $arg ]] ) Get resource introspection of service or register callback if corresponding parameter was passed. Parameters: proxy A service proxy identifier. callback The callback function t

SolrQuery::addGroupQuery

(PECL solr >= 2.2.0) Allows grouping of documents that match the given query. public SolrQuery SolrQuery::addGroupQuery ( string $value ) Allows grouping of documents that match the given query. Adds query to the group.query parameter Parameters: value Allows grouping of documents that match the given query. Adds query to the group.query parameter R