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.php44 function get_parent_class(object|string $object_or_class = UNKNOWN): string|false {}
47 function is_subclass_of(mixed $object_or_class, string $class, bool $allow_string = true): bool {}
50 function is_a(mixed $object_or_class, string $class, bool $allow_string = false): bool {}
66 function get_class_methods(object|string $object_or_class): array {}
69 function method_exists($object_or_class, string $method): bool {}
75 function property_exists($object_or_class, string $property): bool {}

Completed in 37 milliseconds