ob_end_clean

(PHP 4, PHP 5, PHP 7) Clean (erase) the output buffer and turn off output buffering bool ob_end_clean ( void ) This function discards the contents of the topmost output buffer and turns off this output buffering. If you want to further process the buffer's contents you have to call ob_get_contents() before ob_end_clean() as the buffer contents are discarded when ob_end_clean() is called. The output buffer must be started b

Phar::mungServer

(Unknown) Defines a list of up to 4 $_SERVER variables that should be modified for execution final public static void Phar::mungServer ( array $munglist ) Phar::mungServer() should only be called within the stub of a phar archive. Defines a list of up to 4 $_SERVER variables that should be modified for execution. Variables that can be modified to remove traces of phar execution are REQUEST_URI, PHP_SELF, SCRIPT_NAME and S

socket_get_status

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

Gmagick::implodeimage

(PECL gmagick >= Unknown) Creates a new image as a copy public mixed Gmagick::implodeimage ( float $radius ) Creates a new image that is a copy of an existing one with the image pixels "imploded" by the specified percentage. Parameters: radius The radius of the implode Returns: Returns imploded Gmagick object. Exception

mb_strpos

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Find position of first occurrence of string in a string int mb_strpos ( string $haystack, string $needle [, int $offset = 0 [, string $encoding = mb_internal_encoding() ]] ) Finds position of the first occurrence of a string in a string. Performs a multi-byte safe strpos() operation based on number of characters. The first character's position is 0, the second character position is 1, an

DOMNode::normalize

(PHP 5, PHP 7) Normalizes the node public void DOMNode::normalize ( void ) Remove empty text nodes and merge adjacent text nodes in this node and all its children. Returns: No value is returned. See also: » The DOM Specification - DOMDocument::normalizeDocument() -

Ev::sleep

(PECL ev >= 0.2.0) Block the process for the given number of seconds. final public static void Ev::sleep ( double $seconds ) Block the process for the given number of seconds. Parameters: seconds Fractional number of seconds Returns: No value is returned.

yp_match

(PHP 4, PHP 5 <= 5.0.5) Returns the matched line string yp_match ( string $domain, string $map, string $key ) Returns the value associated with the passed key out of the specified map. Parameters: domain The NIS domain name. map The NIS map. key This key must be exact. Returns:

wddx_serialize_vars

(PHP 4, PHP 5, PHP 7) Serialize variables into a WDDX packet string wddx_serialize_vars ( mixed $var_name [, mixed $... ] ) Creates a WDDX packet with a structure that contains the serialized representation of the passed variables. Parameters: var_name Can be either a string naming a variable or an array containing strings naming the variables or another array, etc.

ibase_trans

(PHP 5, PHP 7) Begin a transaction resource ibase_trans ([ int $trans_args [, resource $link_identifier ]] ) resource ibase_trans ([ resource $link_identifier [, int $trans_args ]] ) Begins a transaction. Note: The first call to ibase_trans() will not return the default transaction of a connection. All transactions started by ibase_trans() will be rolled back at the end of the script if they were not committed or rolled