XML_XPath
[ class tree: XML_XPath ] [ index: XML_XPath ] [ all elements ]

File: common.php

Source Location: /XML_XPath-1.2.4/XPath/common.php

Classes:

XML_XPath_common
The XML_XPath_common class contains the DOM functions used to manipulate

Page Details:


is_a_php_class [line 41]

boolean is_a_php_class( object $class, string $match)

is_a is only defined in php for user functions, so I implemented its functionality for php objects until they fix (or never fix) this problem
  • Return: whether the class is of the class type or a descendent of the class
  • Access: public


Parameters

object   $class   the class to check
string   $match   class name you are looking for
[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:44:41 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.