Answer Posted / 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 View All Answers
What sized websites have you worked on in the past?
Tell me what kind of things have you done on the social side?
What is difference between static and final in php?
Explain me is it possible to destroy a cookie?
What is trait in php?
What does $_files means?
how to detect a mobile device using php
What is the difference between htmlentities() and htmlspecialchars()?
What is the current stable version of php?
How to calculate the difference between two dates using php?
Write a program using while loop?
Name and explain five of the PHP error constants?
How to create a web form?
List some features of php that are deprecated in php7?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain