vpopmail_add_domain_ex

(PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) Add a new virtual domain bool vpopmail_add_domain_ex ( string $domain, string $passwd [, string $quota [, string $bounce [, bool $apop ]]] ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own

SolrResponse::getHttpStatusMessage

(PECL solr >= 0.9.2) Returns more details on the HTTP status public string SolrResponse::getHttpStatusMessage ( void ) Returns more details on the HTTP status. Returns: Returns more details on the HTTP status

ImagickKernel::separate

(PECL imagick >= 3.3.0) Description public array ImagickKernel::separate ( void ) Separates a linked set of kernels and returns an array of ImagickKernels. Returns: Examples: ImagickKernel::separate() <?php          function renderKernelTable($matrix) {         $output = "<table class='infoTable'>";         f

EventHttpConnection::setCloseCallback

(PECL event >= 1.8.0) Set callback for connection close public void EventHttpConnection::setCloseCallback ( callable $callback [, mixed $data ] ) Sets callback for connection close. Parameters: callback Callback which is called when connection is closed. Should match the following prototype: void callback ([ EventHttpConnection $conn = NULL [, mixed $arg = NU

gethostbyname

(PHP 4, PHP 5, PHP 7) Get the IPv4 address corresponding to a given Internet host name string gethostbyname ( string $hostname ) Returns the IPv4 address of the Internet host specified by hostname. Parameters: hostname The host name. Returns: Returns the IPv4 address or a string containing the unmodified hostname on failure.

trader_cdlspinningtop

(PECL trader >= 0.2.0) Spinning Top array trader_cdlspinningtop ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing pr

mb_strimwidth

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get truncated string with specified width string mb_strimwidth ( string $str, int $start, int $width [, string $trimmarker = "" [, string $encoding = mb_internal_encoding() ]] ) Truncates string str to specified width. Parameters: str The string being decoded. start The start position offset. Number o

fdf_header

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Sets FDF-specific output headers void fdf_header ( void ) This is a convenience function to set appropriate HTTP headers for FDF output. It sets the Content-type: to application/vnd.fdf. Returns: No value is returned.

SolrQuery::getHighlight

(PECL solr >= 0.9.2) Returns the state of the hl parameter public bool SolrQuery::getHighlight ( void ) Returns a boolean indicating whether or not to enable highlighted snippets to be generated in the query response. Returns: Returns a boolean on success and NULL if not set.

msql_fieldlen

(PHP 4, PHP 5, PHP 7) Alias of msql_field_len() This function is an alias of msql_field_len().