The get_loaded_extensions() is an inbuilt function that returns an array of loaded and compiled modules in PHP. Syntax: get_loaded_extensions(bool $zend_extensions = false): Parameters: This function… Read More
Category Archives: PHP
The get_included_files() is an inbuilt function that returns an array with names of included or required files. Syntax: get_included_files(): array Parameters: This function does not… Read More
The enum_exists() is an inbuilt function in PHP that checks whether the enum is defined or not in the PHP script. Syntax: enum_exists(string $enum, bool… Read More
WordPress is an open-source Content Management System that is based on PHP and MySql and is used to create a dynamic website. It was developed… Read More
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… Read More
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) Parameters:… Read More
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:… Read More
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… Read More
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( mixed… Read More
The get_defined_functions() function is an inbuilt function in PHP which returns the all defined functions in the array format. Syntax: array get_defined_functions( bool $exclude_disabled =… Read More
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 $object_or_class,… Read More



.gif)
