Which is not a php magic constant?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Why do we show php code in browser?
Tell me how to find the length of a string?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
How can php and html interact?
What is use of header() function in php?
Can we override static method in php?
What is csrf verification?
Is python better than php?
Hi this is amul jani here, i complied my graduation in B.com stream.. but as career i looking for PHP language.. to get shape my career. so is that possible to enter in IT world.. for me how much scope of develop my career in this field.. amul jani
Explain how we can get the number of elements in an array?
What are the differences between public, private, protected, static, transient, final and volatile?