Skip to main content

Posts

Showing posts from October, 2017

Unique Feature of PHP

Before Learning PHP we must know that PHP is a popular language and contains many features. Some of those features are common as that are provided by many programming languages like C, C++, Perl and more. Also, PHP contains unique features of its own. In this article, we are going to list some of the unique features of PHP. S.No Features 1.  Loosely Typed Language  – PHP supports variable usage without declaring its data type. It will be taken at the time of the execution based on the type of data it has on its value. 2.  Cross Platform Compatibility –  It   is used to create the desktop application by using advanced PHP features. 3.  variable variables –  PHP allows changing the variable name dynamically by using  variable variables . 4.  Real-Time Access Monitoring –  PHP provides access logging by creating the summary of recent accesses for the user. 5.  Magic Method –  PHP has built in methods starts with __ (double underscore). These methods can’t be called directly