Judy::size

(PECL judy >= 0.1.1) Return the size of the current Judy array public void Judy::size ( void ) This method is an alias of Judy::count. Returns: Return an integer. This function is currently not documented; only its argument list is available.

m_destroyengine

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Free memory associated with IP/SSL connectivity void m_destroyengine ( void ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

IntlChar::isalnum

(PHP 7) Check if code point is an alphanumeric character public static bool IntlChar::isalnum ( mixed $codepoint ) Determines whether the specified code point is an alphanumeric character (letter or digit). TRUE for characters with general categories "L" (letters) and "Nd" (decimal digit numbers). Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SN

bcompiler_write_function

(PECL bcompiler >= 0.5) Writes a defined function as bytecodes bool bcompiler_write_function ( resource $filehandle, string $functionName ) Reads the bytecodes from PHP for an existing function, and writes them to the open file handle. Order is not important, (eg. if function b uses function a, and you compile it like the example below, it will work perfectly OK). Parameters: fileh

runkit_class_adopt

(PECL runkit >= 0.7.0) Convert a base class to an inherited class, add ancestral methods when appropriate bool runkit_class_adopt ( string $classname, string $parentname ) Parameters: classname Name of class to be adopted parentname Parent class which child class is extending Returns: Returns TRUE on success

db2_server_info

(PECL ibm_db2 >= 1.1.1) Returns an object with properties that describe the DB2 database server object db2_server_info ( resource $connection ) This function returns an object with read-only properties that return information about the IBM DB2, Cloudscape, or Apache Derby database server. The following table lists the database server properties: Database server properties Property name Return type Description DBMS_NAME s

mysqli_result::data_seek

(PHP 5, PHP 7) Adjusts the result pointer to an arbitrary row in the result bool mysqli_result::data_seek ( int $offset ) Object oriented style Procedural style bool mysqli_data_seek ( mysqli_result $result , int $offset ) The mysqli_data_seek() function seeks to an arbitrary result pointer specified by the offset in the result set. Parameters: result Procedural style onl

snmp2_set

(PHP >= 5.2.0) Set the value of an SNMP object bool snmp2_set ( string $host, string $community, string $object_id, string $type, string $value [, string $timeout = 1000000 [, string $retries = 5 ]] ) snmp2_set() is used to set the value of an SNMP object specified by the object_id. Parameters: host The hostname of the SNMP agent (server). comm

RecursiveTreeIterator::__construct

(PHP 5 >= 5.3.0, PHP 7) Construct a RecursiveTreeIterator public RecursiveTreeIterator::__construct ( RecursiveIterator|IteratorAggregate $it [, int $flags = RecursiveTreeIterator::BYPASS_KEY [, int $cit_flags = CachingIterator::CATCH_GET_CHILD [, int $mode = RecursiveIteratorIterator::SELF_FIRST ]]] ) Constructs a new RecursiveTreeIterator from the supplied recursive iterator. Parameters:

ingres_num_fields

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0) Get the number of fields returned by the last query int ingres_num_fields ( resource $result ) ingres_num_fields() returns the number of fields in the results returned by the Ingres server after a call to ingres_query(). Parameters: result The query result identifier Returns: Returns