apcu_exists

(PECL apcu >= 4.0.0) Checks if entry exists mixed apcu_exists ( mixed $keys ) Checks if one or more APCu entries exist. Parameters: keys A string, or an array of strings, that contain keys. Returns: Returns TRUE if the key exists, otherwise FALSE Or if an array was passed to keys, then an array is returned that contains all existing keys, or a

UConverter::getDestinationEncoding

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the destination encoding public string UConverter::getDestinationEncoding ( void ) Returns: This function is currently not documented; only its argument list is available.

Type Juggling

Examples: PHP does not require (or support) explicit type definition in variable declaration; a variable's type is determined by the context in which the variable is used. That is to say, if a string value is assigned to variable $var, $var becomes a string. If an integer value is then assigned to $var, it becomes an integer. An example of PHP's automatic type conversion is the addition operator '+'. If either operand is a float, then both operands are evaluated as

SolrQuery::getGroupMain

(PECL solr >= 2.2.0) Returns the group.main value public bool SolrQuery::getGroupMain ( void ) Returns the group.main value Returns: See also: SolrQuery::setGroupMain() -

IntlRuleBasedBreakIterator::getBinaryRules

(No version information available, might only be in Git) Get the binary form of compiled rules public ReturnType IntlRuleBasedBreakIterator::getBinaryRules ( void ) Returns: This function is currently not documented; only its argument list is available.

SolrQuery::setHighlight

(PECL solr >= 0.9.2) Enables or disables highlighting public SolrQuery SolrQuery::setHighlight ( bool $flag ) Setting it to TRUE enables highlighted snippets to be generated in the query response. Setting it to FALSE disables highlighting Parameters: flag Enable or disable highlighting Returns: Returns the current SolrQuery object, if the retu

rrd_update

(PECL rrd >= 0.9.0) Updates the RRD database. bool rrd_update ( string $filename, array $options ) Updates the RRD database file. The input data is time interpolated according to the properties of the RRD database file. Parameters: filename RRD database file name. This database will be updated. options Options for updating the RRD da

Judy::getType

(PECL judy >= 0.1.1) Return the type of the current Judy array public int Judy::getType ( void ) Return an integer corresponding to the Judy type of the current object. Returns: Return an integer corresponding to a Judy type.

svn_repos_create

(PECL svn >= 0.1.0) Create a new subversion repository at path resource svn_repos_create ( string $path [, array $config [, array $fsconfig ]] ) Create a new subversion repository at path This function is currently not documented; only its argument list is available.

SolrQuery::removeField

(PECL solr >= 0.9.2) Removes a field from the list of fields public SolrQuery SolrQuery::removeField ( string $field ) Removes a field from the list of fields Parameters: field Name of the field. Returns: Returns the current SolrQuery object, if the return value is used.