PHP Standard PHP Library (SPL) Functions
EditRocket provides the following information on Standard PHP Library (SPL) functions in the PHP source code builder.
array class_implements ( mixed $class [, bool $autoload ] ) - This function returns an array with the names of the interfaces that the given class and its parents implement.
array class_parents ( mixed $class [, bool $autoload ] ) - This function returns an array with the name of the parent classes of the given class.
-
-
-
-
-
-
-
-
-
-