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 |
Explain setcookie() function in php?
How to get the ip address of the client?
Does php support multithreading?
How is the ternary conditional operator used in php?
Which of the data type is compound datatype supported by PHP?
How will you create a mysql database using php ?
Which is used to maintain the value of a variable over different pages?
What are the 5 types of variables?
What is the use of token in php?
How to execute an sql query? How to fetch its result?
What does $_files means?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.