Computer Science, asked by anuj, 1 year ago

List some of the features of PHP7.

Answers

Answered by raaj25
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
Answered by Zaysaa
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. 
Similar questions