How many Types of COmments are there in PHP and what are they?
Answer Posted / zacharia
3
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is == and === 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.
How would you declare a function that receives one parameter name hello?
Which framework is best for php?
What is get method in java?
How can image properties be retrieved in php?
What does $_files means?
When to use inquire vs enquire?
When use javascript vs php?
What are string functions?
What is htmlspecialchars?
How to set session.gc_maxlifetime properly?
How are php sessions stored?
How do you pass a variable by value in php?
Is php used anymore?