Does php support function overloading?



Does php support function overloading?..

Answer / Prabhat Kumar Mishra

No, PHP does not support function overloading as it is a weakly typed language without method overloading.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

in PHP for pdf which library used?

1 Answers  


Tell me what is the difference between ereg_replace() and eregi_replace()?

1 Answers  


what are the current or latest versions of LAMP ? Linux, Apache, MySql, PHP

4 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,


How many ways there are to fetch the data from the Database?

2 Answers   Tops Technologies,


What is a composer in PHP?

1 Answers  


Is python similar to php?

1 Answers  


What does php exit do?

1 Answers  


what is the diference between php4 and php5

2 Answers   Tavant Technologies,


What is session in PHP. How to remove data from a session?

1 Answers  


what is the url rewriting?how to rewrite the url? give any example

1 Answers  


How to define a user function?

1 Answers  


Categories