Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
PHP
3.9K+ articles
PHP-function
2.3K+ articles
PHP-Classes/Object-Functions
6 posts
Recent Articles
Popular Articles
PHP property_exists() Function
Last Updated: 28 April 2025
The property_exists() function is an inbuilt function in PHP that is used to check objects and classes have properties or not.Syntax:bool property_exists(object|string $o...
read more
PHP
PHP-function
PHP-Classes/Object-Functions
PHP method_exists() Function
Last Updated: 28 April 2025
The method_exists() function is an inbuilt function in PHP which used to check the class method exists or not. It returns "true" if the method exists otherwise returns "fa...
read more
PHP
PHP-function
PHP-Classes/Object-Functions
PHP is_subclass_of() Function
Last Updated: 28 April 2025
The is_subclass_of() function is an inbuilt function in PHP that checks whether the object inherits from or implements the specified class.Syntax:bool is_subclass_of( m...
read more
PHP
PHP-function
PHP-Classes/Object-Functions
PHP interface_exists() Function
Last Updated: 28 April 2025
The interface_exists() function is an inbuilt function in PHP that checks interface is defined or not.Syntax:bool interface_exists(string $interface, bool $autoload = true...
read more
PHP
PHP-function
PHP-Classes/Object-Functions
PHP get_mangled_object_vars() Function
Last Updated: 28 April 2025
The get_mangled_object_vars() function is an inbuilt function in PHP which is used to return an array of mangled object properties. This function returns an array whose el...
read more
PHP
PHP-function
PHP-Classes/Object-Functions
PHP get_class_vars() Function
Last Updated: 28 April 2025
The get_class_vars() function is an inbuilt function in PHP which is used to get the default properties of a class.Syntax:array get_class_vars(string $class)Parameters: Th...
read more
PHP
PHP-function
PHP-Classes/Object-Functions
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !