List some of the features of php7.



List some of the features of php7...

Answer / Surabhi Sachdeva

PHP 7 introduced several new features, including: - Return type declarations for functionsn- Scalar type declarationsn- Anonymous functions (closures)n- The Spaceship operator (<<=>>)n- Improved performance with the Just-In-Time compiler (JIT)n- Deprecated or removed many outdated features

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What are php errors?

1 Answers  


What is the difference between == and === in php?

1 Answers  


What is PEAR in PHP?

3 Answers  


what is Opern source?

3 Answers  


Explain the importance of the function htmlentities.

1 Answers  


How to check a variable is an array or not in php?

1 Answers  


If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?

1 Answers  


What software is required to run php?

1 Answers  


Does php 7 support multiple inheritance?

1 Answers  


What is self in php?

1 Answers  


what is used for tmp table in oracle?

0 Answers  


Tools used for drawing er diagrams?

1 Answers  


Categories