UConverter::getStandards

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get standards associated to converter names public static array UConverter::getStandards ( void ) Returns: This function is currently not documented; only its argument list is available.

ob_get_level

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Return the nesting level of the output buffering mechanism int ob_get_level ( void ) Returns the nesting level of the output buffering mechanism. Returns: Returns the level of nested output buffering handlers or zero if output buffering is not active. See also: ob_start() -

register_tick_function

(PHP 4 >= 4.0.3, PHP 5, PHP 7) Register a function for execution on each tick bool register_tick_function ( callable $function [, mixed $arg [, mixed $... ]] ) Registers the given function to be executed when a tick is called. Parameters: function The function name as a string, or an array consisting of an object and a method. arg Th

sql_regcase

(PHP 4, PHP 5) Make regular expression for case insensitive match string sql_regcase ( string $string ) Creates a regular expression for a case insensitive match. Parameters: string The input string. Returns: Returns a valid regular expression which will match string, ignoring case. This expression is string with each alphabetic character convert

DOMNode::isSupported

(PHP 5, PHP 7) Checks if feature is supported for specified version public bool DOMNode::isSupported ( string $feature, string $version ) Checks if the asked feature is supported for the specified version. Parameters: feature The feature to test. See the example of DOMImplementation::hasFeature() for a list of features. version The ve

get_declared_traits

(PHP 5 >= 5.4.0, PHP 7) Returns an array of all declared traits array get_declared_traits ( void ) Returns: Returns an array with names of all declared traits in values. Returns NULL in case of a failure. See also: class_uses() -

cairo_pattern_get_radial_circles

(PECL cairo >= 0.1.0) Description array cairo_pattern_get_radial_circles ( CairoRadialGradient $pattern ) The function description goes here. Parameters: pattern Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

sybase_min_client_severity

(PHP 4, PHP 5, PHP 7) Sets minimum client severity void sybase_min_client_severity ( int $severity ) sybase_min_client_severity() sets the minimum client severity level. Parameters: severity sybase_min_client_severity() sets the minimum client severity level. Returns: No value is returned. Notes: T

Transliterator::transliterate

(PHP >= 5.4.0, PECL intl >= 2.0.0) Transliterate a string public string Transliterator::transliterate ( string $subject [, int $start [, int $end ]] ) Object oriented style Procedural style transliterator_transliterate ( mixed $transliterator , string $subject [, int $start [, int $end ]] ) Transforms a string or part thereof using an ICU transliterator. Parameters: translitera

dbplus_aql

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Perform AQL query resource dbplus_aql ( string $query [, string $server [, string $dbpath ]] ) Executes an AQL query on the given server and dbpath. Parameters: query The AQL query to be executed. Further information on the AQL (Algebraic Query Language) is provided in the original db++ manual. server