RecursiveRegexIterator::hasChildren

(PHP 5 >= 5.2.0, PHP 7) Returns whether an iterator can be obtained for the current entry. public bool RecursiveRegexIterator::hasChildren ( void ) Returns whether an iterator can be obtained for the current entry. This iterator can be obtained via RecursiveRegexIterator::getChildren(). Returns: Returns TRUE if an iterator can be obtained for the current entry, otherwise returns FALSE.

yaz_ccl_parse

(PHP 4 >= 4.0.5, PECL yaz >= 0.9.0) Invoke CCL Parser bool yaz_ccl_parse ( resource $id, string $query, array &$result ) This function invokes a CCL parser. It converts a given CCL FIND query to an RPN query which may be passed to the yaz_search() function to perform a search. To define a set of valid CCL fields call yaz_ccl_conf() prior to this function. Parameters: id

hw_api::srcanchors

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns a list of all source anchors array hw_api::srcanchors ( array $parameter ) Retrieves all source anchors of an object. Parameters: parameter The parameter array contains the required element 'objectIdentifier' and the optional elements 'attributeSelector' and 'objectQuery'. Returns:

sqlite_has_more

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Finds whether or not more rows are available bool sqlite_has_more ( resource $result ) Finds whether more rows are available from the given result set. Parameters: result The SQLite result resource. Returns: Returns TRUE if there are more rows available from the result handle, or FALSE otherwise.

ps_get_parameter

(PECL ps >= 1.1.0) Gets certain parameters string ps_get_parameter ( resource $psdoc, string $name [, float $modifier ] ) Gets several parameters which were directly set by ps_set_parameter() or indirectly by one of the other functions. Parameters are by definition string values. This function cannot be used to retrieve resources which were also set by ps_set_parameter(). The parameter name can have the following values

snmp3_walk

(PHP 4, PHP 5, PHP 7) Fetch all the SNMP objects from an agent array snmp3_walk ( string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id [, string $timeout = 1000000 [, string $retries = 5 ]] ) snmp3_walk() function is used to read all the values from an SNMP agent specified by the hostname. Even if the security

ReflectionClass::isInstantiable

(PHP 5, PHP 7) Checks if the class is instantiable public bool ReflectionClass::isInstantiable ( void ) Checks if the class is instantiable. Returns: Returns TRUE on success or FALSE on failure. Examples: ReflectionClass::isInstantiable() example <?php class C { } interface iface {     function f1(); } class ifaceImp

tidyNode::isComment

(PHP 5 >= 5.0.1, PHP 7) Checks if a node represents a comment bool tidyNode::isComment ( void ) Tells if the node is a comment. Returns: Returns TRUE if the node is a comment, FALSE otherwise. Notes: This function was named tidy_node::is_comment() in PHP 4/Tidy 1. Examples: Extract comments from a mixed

Serializable::unserialize

(PHP 5 >= 5.1.0, PHP 7) Constructs the object abstract public void Serializable::unserialize ( string $serialized ) Called during unserialization of the object. Note: This method acts as the constructor of the object. The __construct() method will not be called after this method. Parameters: serialized The string representation of the object.

cubrid_lob2_seek

(PECL CUBRID >= 8.4.1) Move the cursor of a lob object. bool cubrid_lob2_seek ( resource $lob_identifier, int $offset [, int $origin = CUBRID_CURSOR_CURRENT ] ) The cubrid_lob2_seek() function is used to move the cursor position of a lob object by the value set in the offset argument, to the direction set in the origin argument. To set the origin argument, you can use CUBRID_CURSOR_FIRST to set the cursor position movi