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 |
Tell me how can you pass a variable by reference?
Do you know what is use of count() function in php?
1.What are the difference between echo , print , print_r ? else this 3 can we show output to a client in some other way?
Is it possible to protect special characters in a query string?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
What does the unset() function means?
What is difference between put and post method in http?
How to call php function in jquery?
What is PHP?
Is a number php?
How can we get second of the current time using date function?
What are the different methods of passing data or information between two calls of a web page? What are the advantages/disadvantages of these methods?