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 |
in PHP for pdf which library used?
Tell me what is the difference between ereg_replace() and eregi_replace()?
what are the current or latest versions of LAMP ? Linux, Apache, MySql, PHP
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.
How many ways there are to fetch the data from the Database?
What is a composer in PHP?
Is python similar to php?
What does php exit do?
what is the diference between php4 and php5
2 Answers Tavant Technologies,
What is session in PHP. How to remove data from a session?
what is the url rewriting?how to rewrite the url? give any example
How to define a user function?