No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

ReflectionClass::isSubclassOf

(PHP 5, PHP 7)

ReflectionClass::isSubclassOfChecks if a subclass

Description

public ReflectionClass::isSubclassOf ( mixed $class ) : bool

Checks if the class is a subclass of a specified class or implements a specified interface.

PHP: ReflectionClass::isSubclassOf - Manual Home of Manuel PHP  Contents Haut

Parameters

class

Either the name of the class as string or a ReflectionClass object of the class to check against.

PHP: ReflectionClass::isSubclassOf - Manual Home of Manuel PHP  Contents Haut

Return Values

Returns TRUE on success or FALSE on failure.

PHP: ReflectionClass::isSubclassOf - Manual Home of Manuel PHP  Contents Haut

See Also

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph