What is the use of return in php?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of stripslashes in php?
How to enable error reporting in php?
How to download and install php for windows?
How do you add a joomla Template in admin panel of joomla? Please mention the steps
3 Answers Cognizant, T3 Softwares,
Can we run php on tomcat server?
What is instantiation?
What are the different errors in php?
What is mean tnq
What is htmlspecialchars?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
Which function would you use to format date information in php?
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?