What is variable declaration?


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

Post New Answer

More PHP Interview Questions

How to return a value back to the function caller?

0 Answers  


What is php default argument?

0 Answers  


How to download file in php?

0 Answers  


Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )

0 Answers   Amazon,


Is echo a function in php?

0 Answers  


What is the difference between abstract class and interface in php?

0 Answers  


What is the purpose of destructor ?

2 Answers  


Is not null in php?

0 Answers  


What PHP stands for?

0 Answers  


what is the best function that can be used to connect to mysql database and in what cases that we can use below functions ? 1. mysql_connect() 2. mysql_pconnect() please give your answer with all pros and cons

1 Answers  


sort term descripttion form, report and uery

0 Answers  


Does php support multiple inheritances?

0 Answers  


Categories