How do you debug php?
No Answer is Posted For this Question
Be the First to Post Answer
Does php support multiple inheritance?
Do you know what is the use of the function 'imagetypes()'?
How to delete cookie files on your computer?
What is delimiter php?
How to repeat a string to a specific number of times in php?
Name some of the constants in php and their purpose.
Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )
Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engine to support <?PHP ?> mode ?
1 Answers Rushmore Consultancy,
Why and where do we use htaccess?
Describe which programming language does php parallel to?
Which is useful for method overloading?
What are the differences between php constants and variables?