What is the super method?
Answer / Devendra Kumar Gupta
In PHP, the `parent::` keyword refers to the parent class of the current class and calls its method. It helps in inheritance by enabling child classes to call methods from their parent classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What's the diff. between include() and Include_once().
Write the code for upload a video file in PHP.How will You Play this in Your Page.?
2 Answers ASD Lab, Convex Digital,
How can we know the count/number of elements of an array?
What is $_ get in php?
What is env in laravel?
What is a string in php?
how to get server date and time?
What is the function in PHP do not return a timestamp?
What is the difference between urlencode and urldecode ?
Why sessions are used in php?
When use javascript vs php?
why header() gives the error like header already sent in php please explain in brief