Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
Answer / Harish Agarwal
It's not possible to assign a default value to a parameter if the function already has been called with an argument for that specific parameter.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is server side a session?
How to create a text file in PHP?
Which is the best method to fetch the data from mysql? 1.mysql_fetch_array() 2.mysql_fetch_object() 3.mysql_fetch_row() 4.mysql_fetch_assoc()
Which php framework is best for web development?
What are Sub routines?
How to convert a timezone from one to another ?
How does firefox manage cookies?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
What is printf in php?
How many Types of COmments are there in PHP and what are they?
What is the use of friend function?
How to run a php script?