PHP Tutorials.

Introducing:
PHP is server side scripting language.PHP means Hypertext Preprocessor. It is also open source language.






PHP Features:

  • Support for namespaces has been included. 
  • Support for Late static Bingings Has been included. 
  • Support for bounce labels(limited goto) has been included. 
  • support for local closures(Lambda/Mysterious capacities) has been included. 
  • There are two new enchantment routines, _callStatic() and _invoke(). 
  • Presently doc linguistic structure is currently bolstered, like heredoc punctuation, however with single quotes. 
  • It is currently conceivable to use here docs to introduce static variables and class properties/ constants. 
  • Heredocs might now be proclaimed utilizing twofold quotes, supplementing the nowdoc systax. 
  • Constants can now be pronounced outside a class utilizing the consf catchphrase. 
  • The ternary administrator now has a shorthand structure: ?:. 
  • The HTTP stream wrapper now considers all status codes shape 200 to 399 to be fruitful. 
  • Element access to static systems is currently conceivable:.
PHP Syntax:
<?php
//some code here
?>

No comments:

Post a Comment