Home
last modified time | relevance | path

Searched defs:object_or_class (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/spl/
H A Dphp_spl.stub.php6 function class_implements($object_or_class, bool $autoload = true): array|false {}
9 function class_parents($object_or_class, bool $autoload = true): array|false {}
12 function class_uses($object_or_class, bool $autoload = true): array|false {}
/PHP-8.0/Zend/
H A Dzend_builtin_functions.stub.php34 function get_parent_class(object|string $object_or_class = UNKNOWN): string|false {}
37 function is_subclass_of(mixed $object_or_class, string $class, bool $allow_string = true): bool {}
40 function is_a(mixed $object_or_class, string $class, bool $allow_string = false): bool {}
48 function get_class_methods(object|string $object_or_class): array {}
51 function method_exists($object_or_class, string $method): bool {}
54 function property_exists($object_or_class, string $property): bool {}

Completed in 6 milliseconds