Answer Posted / sonal
Returns string with '<br />' inserted before all newlines.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
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 put method in php?
What are the php functions?
What is meant by pdo in php?
Explain php split() function.
Explain Constant in Class?
How to set session.gc_maxlifetime properly?
What is htmlspecialchars?
Steps for the payment gateway processing?
Define anonymous classes in php7?
What is the php function that removes the first element of the array and returns it?
What version of php do I have windows?
How to calculate the difference between two dates using php?
Do you know what is the use of the function 'imagetypes()'?
Tell me what is the difference between exception::getmessage and exception::getline?