What is encapsulation in php with example?
No Answer is Posted For this Question
Be the First to Post Answer
What is the function mysql_pconnect() usefull for?
Are objects passed by value or by reference?
What does $_ post mean in php?
How to check a variable is array or not in php?
How to create a public static method 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.
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
What are the advantages of stored procedures, triggers, indexes in php?
What are the different types of errors in PHP?
How do I check environment variables?
What are the different ways to login to a remote server?
How do you run a php script from the command line?