Judy::__construct

(PECL judy >= 0.1.1) Construct a new Judy object public Judy::__construct ( int $judy_type ) Construct a new Judy object. A Judy object can be accessed like a PHP Array. Parameters: judy_type The Judy type to be used. Returns: Return the new Judy instance.

sqlite_column

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Fetches a column from the current row of a result set mixed sqlite_column ( resource $result, mixed $index_or_name [, bool $decode_binary = true ] ) mixed SQLiteResult::column ( mixed $index_or_name [, bool $decode_binary = true ] ) mixed SQLiteUnbuffered::column ( mixed $index_or_name [, bool $decode_binary = true ] ) Fetches the value of a column named index_or_name (if it is

mailparse_msg_get_structure

(PECL mailparse >= 0.9.0) Returns an array of mime section names in the supplied message array mailparse_msg_get_structure ( resource $mimemail ) Parameters: mimemail A valid MIME resource. This function is currently not documented; only its argument list is available.

MongoTimestamp::__toString

(PECL mongo >= 1.0.1) Returns a string representation of this timestamp public string MongoTimestamp::__toString ( void ) Returns the "sec" field of this timestamp. Returns: The seconds since epoch represented by this timestamp.

exp

(PHP 4, PHP 5, PHP 7) Calculates the exponent of e float exp ( float $arg ) Returns e raised to the power of arg. Note: 'e' is the base of the natural system of logarithms, or approximately 2.718282. Parameters: arg The argument to process Returns: 'e' raised to the power of arg Examples:

usort

(PHP 4, PHP 5, PHP 7) Sort an array by values using a user-defined comparison function bool usort ( array &$array, callable $value_compare_func ) This function will sort an array by its values using a user-supplied comparison function. If the array you wish to sort needs to be sorted by some non-trivial criteria, you should use this function. Note: If two members compare as equal, their relative order in the sorted a

PDF_set_text_pos

(PHP 4, PECL pdflib >= 1.0.0) Set text position bool PDF_set_text_pos ( resource $p, float $x, float $y ) Sets the position for text output on the page. Returns TRUE on success or FALSE on failure.

xmlrpc_encode

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Generates XML for a PHP value string xmlrpc_encode ( mixed $value ) 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 risk. This function is currently not documented; only i

svn_fs_node_prop

(PECL svn >= 0.1.0) Returns the value of a property for a node string svn_fs_node_prop ( resource $fsroot, string $path, string $propname ) Returns the value of a property for a node This function is currently not documented; only its argument list is available.

EventHttpConnection::setMaxBodySize

(PECL event >= 1.2.6-beta) Sets maximum body size for the connection public void EventHttpConnection::setMaxBodySize ( string $max_size ) Sets maximum body size for the connection. Parameters: max_size The maximum body size in bytes. Returns: No value is returned. See also: