highlight_string

(PHP 4, PHP 5, PHP 7) Syntax highlighting of a string mixed highlight_string ( string $str [, bool $return = false ] ) Outputs or returns html markup for a syntax highlighted version of the given PHP code using the colors defined in the built-in syntax highlighter for PHP. Parameters: str The PHP code to be highlighted. This should include the opening tag.

Imagick::getImageColors

(PECL imagick 2.0.0) Gets the number of unique colors in the image int Imagick::getImageColors ( void ) Gets the number of unique colors in the image. Returns: Returns TRUE on success.

Yaf_Route_Regex::assemble

(Yaf >=2.3.0) Assemble a url public string Yaf_Route_Regex::assemble ( array $info [, array $query ] ) Assemble a url. Parameters: info Assemble a url. query Assemble a url. Returns: Examples: Yaf_Route_Regex::assemble() example <?

oci_close

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Closes an Oracle connection bool oci_close ( resource $connection ) Unsets connection. The underlying database connection is closed if no other resources are using it and if it was created with oci_connect() or oci_new_connect(). It is recommended to close connections that are no longer needed because this makes database resources available for other users. Parameters:

ZMQ::__construct

(PECL zmq >= 0.5.0) ZMQ constructor private ZMQ::__construct ( void ) Private constructor to prevent direct initialization. This class holds the constants for ZMQ extension. Returns:

memory_get_usage

(PHP 4 >= 4.3.2, PHP 5, PHP 7) Returns the amount of memory allocated to PHP int memory_get_usage ([ bool $real_usage = false ] ) Returns the amount of memory, in bytes, that's currently being allocated to your PHP script. Parameters: real_usage Set this to TRUE to get total memory allocated from system, including unused pages. If not set or FALSE only the used memory

iconv_mime_decode_headers

(PHP 5, PHP 7) Decodes multiple MIME header fields at once array iconv_mime_decode_headers ( string $encoded_headers [, int $mode = 0 [, string $charset = ini_get("iconv.internal_encoding") ]] ) Decodes multiple MIME header fields at once. Parameters: encoded_headers The encoded headers, as a string. mode mode determines the behaviour

ldap_control_paged_result_response

(PHP 5 >= 5.4.0, PHP 7) Retrieve the LDAP pagination cookie bool ldap_control_paged_result_response ( resource $link, resource $result [, string &$cookie [, int &$estimated ]] ) Retrieve the pagination information send by the server. Parameters: link An LDAP link identifier, returned by ldap_connect(). result An LDAP link ide

set_error_handler

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Sets a user-defined error handler function mixed set_error_handler ( callable $error_handler [, int $error_types = E_ALL | E_STRICT ] ) Sets a user function (error_handler) to handle errors in a script. This function can be used for defining your own way of handling errors during runtime, for example in applications in which you need to do cleanup of data/files when a critical error happe

ImagickKernel::scale

(PECL imagick >= 3.3.0) Description public void ImagickKernel::scale ( void ) ScaleKernelInfo() scales the given kernel list by the given amount, with or without normalization of the sum of the kernel values (as per given flags). The exact behaviour of this function depends on the normalization type being used please see http://www.imagemagick.org/api/morphology.php#ScaleKernelInfo for details. Flag should be one of Imag