What are some of the advanced features of php?



What are some of the advanced features of php?..

Answer / Shrishti

Some advanced features of PHP include namespaces for better organization, anonymous functions (closures), traits for code reuse, and exceptions for error handling.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Explain setcookie() function in php?

1 Answers  


How to get the ip address of the client?

1 Answers  


Does php support multithreading?

1 Answers  


How is the ternary conditional operator used in php?

1 Answers  


Which of the data type is compound datatype supported by PHP?

1 Answers  


How will you create a mysql database using php ?

3 Answers  


Which is used to maintain the value of a variable over different pages?

1 Answers  


What are the 5 types of variables?

1 Answers  


What is the use of token in php?

1 Answers  


How to execute an sql query? How to fetch its result?

1 Answers  


What does $_files means?

0 Answers  


What is the best practice for running mysql queries in php? Consider the risk of sql injection.

1 Answers  


Categories