List some of the features of PHP7.
Answers
Answered by
0
New features
Scalar type declarations. Scalar type declarations come in two flavours: coercive (default) and strict. ...
Return type declarations. PHP 7 adds support for return type declarations. ...
Null coalescing operator. ...
Spaceship operator. ...
Constant arrays using define() ...
Anonymous classes. ...
Unicode codepoint escape syntax. ...
Closure::call()
I hope it help you..
Please mark me brainlist
Scalar type declarations. Scalar type declarations come in two flavours: coercive (default) and strict. ...
Return type declarations. PHP 7 adds support for return type declarations. ...
Null coalescing operator. ...
Spaceship operator. ...
Constant arrays using define() ...
Anonymous classes. ...
Unicode codepoint escape syntax. ...
Closure::call()
I hope it help you..
Please mark me brainlist
Answered by
1
HELLO ☺☺
HERE IS YOUR ANSWER ⬇️⬇️
SOME FEATURES OF PHP7 ARE:
Scalar type declarations. Scalar type declarations come in two flavours: coercive (default) and strict. ...Return type declarations. PHP 7 adds support for return type declarations. ...Null coalescing operator. ...Spaceship operator. ...Constant arrays using define() ...Anonymous classes. ...Unicode codepoint escape syntax.
HERE IS YOUR ANSWER ⬇️⬇️
SOME FEATURES OF PHP7 ARE:
Scalar type declarations. Scalar type declarations come in two flavours: coercive (default) and strict. ...Return type declarations. PHP 7 adds support for return type declarations. ...Null coalescing operator. ...Spaceship operator. ...Constant arrays using define() ...Anonymous classes. ...Unicode codepoint escape syntax.
Similar questions