Which is useful for method overloading?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

What is mvc? Why its been used?

0 Answers  


What’s the difference between md5(), crc32() and sha1() crypto on PHP? -

2 Answers  


What are different types of errors available in Php?

0 Answers  


What exactly is PHP?

0 Answers  


Create a PHP web script with the following attributes: on start, three HTML form elements are shown: an string input field, a checkbox field, a dropdown/pull down list with 5 elements and a submit button. On submission, the form should be redisplayed (while remaining all options/inputs as the user has selected/entered them). Additionally, the selections/inputs of the user should be displayed in text. Please solve this without the use of any external libraries.

1 Answers   Wipro,






What are the rules to determine the “truth” of any value which is not already of the boolean type?

0 Answers  


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?

0 Answers  


Which database is best for php?

0 Answers  


What are the main error types in php?

0 Answers  


How to check if a string contains a character or word in php?

0 Answers  


What are the 5 types of variables?

0 Answers  


Can you convert php to html?

0 Answers  


Categories