You use the get_class_methods() function to return the names of all the methods in the class. Which function will you use to print it on the screen?
You use the get_class_methods() function to return the names of all the methods in the class. Which function will you use to print it on the screen? Correct Answer print_r
The function get_class_methods returns an array therefore we cannot use echo.
মোঃ আরিফুল ইসলাম
Feb 20, 2025