Answer Posted / raju
Plz send the Different classes in PHP
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What are the different filter functions used to filter a variable?
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 is the use of print_r function in php?
How do you execute a php script from the command line?
What are encryption functions in php?
How to create reusable code in php?
What is a php namespace?
How to define a function with any number of arguments?
What is warning – “cannot modify header information – headers already sent”?
What is the use of get and post method in php?
What is different types of visibility?
Will a comparison of an integer 12 and a string "13" work in php?
Why triggers are used in mysql?
Explain what is the main difference between require() and require_once()?
What are the two most common ways to start and finish a php block of code?