Which One Of The Following Function Should I Use To Find The #379
Which one of the following function should I use to find the parent class of a class?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 PHP Object Tools and Design - PHP Object Tools - Quiz No.2.
Which one of the following function should I use to find the parent class of a class?
get_parent_class()
parent_class()
class_parent()
get_class_parent()