Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dphp_spl.stub.php10 function class_implements($object_or_class, bool $autoload = true): array|false {}
17 function class_parents($object_or_class, bool $autoload = true): array|false {}
24 function class_uses($object_or_class, bool $autoload = true): array|false {}
/php-src/Zend/
H A Dzend_builtin_functions.stub.php49 function get_parent_class(object|string $object_or_class = UNKNOWN): string|false {}
52 function is_subclass_of(mixed $object_or_class, string $class, bool $allow_string = true): bool {}
55 function is_a(mixed $object_or_class, string $class, bool $allow_string = false): bool {}
71 function get_class_methods(object|string $object_or_class): array {}
74 function method_exists($object_or_class, string $method): bool {}
80 function property_exists($object_or_class, string $property): bool {}

Completed in 6 milliseconds