Answer Posted / beena
PHP means HYPER TEXT PREPROCESSOR
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What are the difference between array_keys() and array_key_exists() in php?
Do you have to initialize variables in php?
What is the difference between apache vs niginx?
What is alias in php?
What the limitation of header() function in php?
Explain converting an object?
What is a php session?
Xplain is it possible to use com component in php?
Is php used anymore?
What is meant by variable variables in php?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
What are some of the advanced features of php?
Why laravel is best php framework?
What is the use of mysql_fetch_assoc in php?
How is it possible to cast types in php?