How to count all the lines of code in a directory and sub folder?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

Explain me what is the use of 'print' in php?

0 Answers  


What’s the special meaning of __sleep and __wakeup?

0 Answers  


Why do we use htaccess and where?

0 Answers  


How to specify argument default values?

0 Answers  


What is the difference between $message and $$message?

2 Answers  






What is the difference between Reply-to and Return-path in the headers of a mail function?

2 Answers  


What is a string in r?

0 Answers  


What are the four scalar types of php?

0 Answers  


How to access a global variable inside a function?

0 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.

0 Answers   Amazon, FGD,


How to get the total number of values in an array?

0 Answers  


Can we use include ("xyz.php") two times in a php page "index.php"?

0 Answers  


Categories