PHP (3028)
Laravel PHP Framework (1078)
WordPress (1256)
Drupal (621)
Joomla (294)
Magento PHP (281)
CodeIgniter (272)
Zend (235)
CakePHP (128)
Yii PHP Framework (148)
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 is node js better than php?
What does type casting mean in php? Explain with an example?
What is the use of Laravel - Sending Email ?
What is mysql_fetch_row?
Explain region, block, menu in drupal?
Is codeigniter good for large applications?
How to break a file path name into parts?
Explain features use of magento
Explain api.php route.
What is the use of fillable in laravel?
What are the differences between eav and flat model?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
How will you calculate days between two dates in PHP?
What is a plugin in wordpress? List plugin that comes with wordpress.