xmlrpc_encode_request

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Generates XML for a method request string xmlrpc_encode_request ( string $method, mixed $params [, array $output_options ] ) Parameters: method Name of the method to call. params Method parameters compatible with method signature. output_options Array specifying output

str_split

(PHP 5, PHP 7) Convert a string to an array array str_split ( string $string [, int $split_length = 1 ] ) Converts a string to an array. Parameters: string The input string. split_length Maximum length of the chunk. Returns: If the optional split_length parameter is specified, the returned array will be broken

Phar::getSignature

(PHP >= 5.3.0, PECL phar >= 1.0.0) Return MD5/SHA1/SHA256/SHA512/OpenSSL signature of a Phar archive public array Phar::getSignature ( void ) Returns the verification signature of a phar archive in a hexadecimal string. Returns: Array with the opened archive's signature in hash key and MD5, SHA-1, SHA-256, SHA-512, or OpenSSL in hash_type. This signature is a hash calculated on the entire ph

array_count_values

(PHP 4, PHP 5, PHP 7) Counts all the values of an array array array_count_values ( array $array ) array_count_values() returns an array using the values of array as keys and their frequency in array as values. Parameters: array The array of values to count Returns: Returns an associative array of values from array as keys and their count as value

SolrQuery::getFilterQueries

(PECL solr >= 0.9.2) Returns an array of filter queries public array SolrQuery::getFilterQueries ( void ) Returns an array of filter queries. These are queries that can be used to restrict the super set of documents that can be returned, without influencing score Returns: Returns an array on success and NULL if not set.

DOMDocument::loadHTMLFile

(PHP 5, PHP 7) Load HTML from a file public bool DOMDocument::loadHTMLFile ( string $filename [, int $options = 0 ] ) The function parses the HTML document in the file named filename. Unlike loading XML, HTML does not have to be well-formed to load. Parameters: filename The path to the HTML file. options Since PHP 5.4.0 and Libxml 2.

win32_pause_service

(PECL win32service SVN) Pauses a service int win32_pause_service ( string $servicename [, string $machine ] ) Pauses a named service. Requires administrative privileges. Parameters: servicename The short name of the service. machine Optional machine name. If omitted, the local machine is used. Returns: Returns

mysqli::$connect_error

(PHP 5, PHP 7) Returns a string description of the last connect error string mysqli_connect_error ( void ) Object oriented style string $mysqli->connect_error; Procedural style Returns the last error message string from the last call to mysqli_connect(). Returns: A string that describes the error. NULL is returned if no error occurred. Examples

memcache_debug

(PECL memcache >= 0.2.0) Turn debug output on/off bool memcache_debug ( bool $on_off ) memcache_debug() turns on debug output if parameter on_off is equal to TRUE and turns off if it's FALSE. Note: memcache_debug() is accessible only if PHP was built with --enable-debug option and always returns TRUE in this case. Otherwise, this function has no effect and always returns FALSE. Parameters:

Imagick::polaroidImage

(PECL imagick 2.0.0) Simulates a Polaroid picture bool Imagick::polaroidImage ( ImagickDraw $properties, float $angle ) Simulates a Polaroid picture. This method is available if Imagick has been compiled against ImageMagick version 6.3.2 or newer. Parameters: properties The polaroid properties angle The polaroid angle