What is the current stable version of php? What advance thing in php7?
No Answer is Posted For this Question
Be the First to Post Answer
Why framework is used in php?
What is global variable php?
What is escaping to php?
why header() gives the error like header already sent in php please explain in brief
what is constructor in a class, how it is work, how it is call?
What is the difference between explode () and split () functions in php?
Is rent a variable cost?
Why do we use namespace in php?
How to select a database in php?
Which is better mysql or sql?
What is php? Why it is used?
How to implement a class named dragonball. This class must have an attribute named ballcount (which starts from 0) and a method ifoundaball. When ifoundaball is called, ballcount is increased by one. If the value of ballcount is equal to seven, then the message you can ask your wish is printed, and ballcount is reset to 0. How would you implement this class?