SolrQuery::removeMltField

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

ob_get_length

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Return the length of the output buffer int ob_get_length ( void ) This will return the length of the contents in the output buffer, in bytes. Returns: Returns the length of the output buffer contents, in bytes, or FALSE if no buffering is active. Examples: A simple ob_get_length() example

Imagick::combineImages

(PECL imagick 2.0.0) Combines one or more images into a single image Imagick Imagick::combineImages ( int $channelType ) Combines one or more images into a single image. The grayscale value of the pixels of each image in the sequence is assigned in order to the specified channels of the combined image. The typical ordering would be image 1 => Red, 2 => Green, 3 => Blue, etc. Parameters:

xml_set_end_namespace_decl_handler

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Set up end namespace declaration handler bool xml_set_end_namespace_decl_handler ( resource $parser, callable $handler ) Set a handler to be called when leaving the scope of a namespace declaration. This will be called, for each namespace declaration, after the handler for the end tag of the element in which the namespace was declared. Parameters: par

win32_start_service_ctrl_dispatcher

(PECL win32service SVN) Registers the script with the SCM, so that it can act as the service with the given name mixed win32_start_service_ctrl_dispatcher ( string $name ) When launched via the Service Control Manager, a service process is required to "check-in" with it to establish service monitoring and communication facilities. This function performs the check-in by spawning a thread to handle the lower-level communicatio

SAMConnection::peekAll

(PECL sam >= 0.2.0) Read one or more messages from a queue without removing it from the queue. array SAMConnection::peekAll ( string $target [, array $properties ] ) Parameters: target The identity of the queue from which messages should be peeked. properties An optional associative array of properties describing other parameters to

Mongo::setSlaveOkay

(PECL mongo >=1.1.0) Change slaveOkay setting for this connection public bool Mongo::setSlaveOkay ([ bool $ok = true ] ) See the query section of this manual for information on distributing reads to secondaries. Parameters: ok If reads should be sent to secondary members of a replica set for all possible queries using this MongoClient instance. Ret

newt_entry

(PECL newt >= 0.1) resource newt_entry ( int $left, int $top, int $width [, string $init_value [, int $flags ]] ) Parameters: left top width init_value flags Returns: This function is currently no

openssl_get_cert_locations

(PHP 5 >= 5.6.0, PHP 7) Retrieve the available certificate locations array openssl_get_cert_locations ( void ) openssl_get_cert_locations() returns an array with information about the available certificate locations that will be searched for SSL certificates. Returns: Returns an array with the available certificate locations. Examples:

snmp3_real_walk

(PHP 4, PHP 5, PHP 7) Return all objects including their respective object ID within the specified one array snmp3_real_walk ( string $host , string $sec_name , string $sec_level , string $auth_protocol , string $auth_passphrase , string $priv_protocol , string $priv_passphrase , string $object_id [, string $timeout = 1000000 [, string $retries = 5 ]] ) The snmp3_real_walk() function is used to traverse over a number of S