eio_close

(PECL eio >= 0.0.1dev) Close file resource eio_close ( mixed $fd [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_close() closes file specified by fd. Parameters: fd Stream, Socket resource, or numeric file descriptor pri The request priority: EIO_PRI_DEFAULT, EIO_PRI_MIN, EIO_PRI_MAX, or N

SolrQuery::setHighlightMaxAlternateFieldLength

(PECL solr >= 0.9.2) Sets the maximum number of characters of the field to return public SolrQuery SolrQuery::setHighlightMaxAlternateFieldLength ( int $fieldLength [, string $field_override ] ) If SolrQuery::setHighlightAlternateField() was passed the value TRUE, this parameter specifies the maximum number of characters of the field to return Any value less than or equal to 0 means unlimited. Parameter

SolrQuery::getHighlightFields

(PECL solr >= 0.9.2) Returns all the fields that Solr should generate highlighted snippets for public array SolrQuery::getHighlightFields ( void ) Returns all the fields that Solr should generate highlighted snippets for Returns: Returns an array on success and NULL if not set.

Imagick::getImageProperties

(PECL imagick 2.0.0) Returns the image properties array Imagick::getImageProperties ([ string $pattern = "*" [, bool $only_names = true ]] ) Returns all associated properties that match the pattern. If TRUE is passed as second parameter only the property names are returned. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer. Parameters:

mcrypt_module_open

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Opens the module of the algorithm and the mode to be used resource mcrypt_module_open ( string $algorithm, string $algorithm_directory, string $mode, string $mode_directory ) This function opens the module of the algorithm and the mode to be used. The name of the algorithm is specified in algorithm, e.g. "twofish" or is one of the MCRYPT_ciphername constants. The module is closed by calling

curl_file_create

(PHP 5 >= 5.5.0, PHP 7) Create a CURLFile object This function is an alias of: CURLFile::__construct()

cubrid_pconnect_with_url

(PECL CUBRID >= 8.3.1) Open a persistent connection to CUBRID server resource cubrid_pconnect_with_url ( string $conn_url [, string $userid [, string $passwd ]] ) Establishes a persistent connection to a CUBRID server. cubrid_pconnect_with_url() acts very much like cubrid_connect_with_url() with two major differences. First, when connecting, the function would first try to find a (persistent) link that's already open

ncurses_reset_shell_mode

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Resets the shell mode saved by def_shell_mode int ncurses_reset_shell_mode ( void ) This function is currently not documented; only its argument list is available.

SolrQuery::getRows

(PECL solr >= 0.9.2) Returns the maximum number of documents public int SolrQuery::getRows ( void ) Returns the maximum number of documents from the complete result set to return to the client for every request Returns: Returns an integer on success and NULL if not set.

Exception::__construct

(PHP 5 >= 5.1.0, PHP 7) Construct the exception public Exception::__construct ([ string $message = "" [, int $code = 0 [, Throwable $previous = NULL ]]] ) Constructs the Exception. Parameters: message The Exception message to throw. code The Exception code. previous The previous exception used for the exception cha