Saturday 10 February 2018

Features of PHP

Simple
It is very simple so that it is very easy to understand.
Faster
It is faster than other scripting languages e.g. asp and jsp.
Open Source
It is open source scripting language so you can free download this and it is free of cost. PHP is a server site scripting language.
Platform Independent
Php is platform independent so it runs on different operating system like windows, Linux, UNIX etc.
Interpreted
It is an interpreted language so there is no need for compilation.
  Case Sensitive
  PHP is case sensitive scripting language at time of variable declaration.
 Compatibility:
  PHP is compatible with most of the local servers like Apache, IIS  etc.

  Embedded
  Php can embedded with html, css and JavaScript.


No comments:

Post a Comment

apply function in R

1) apply function: It takes 3 arguments matrix,margin and function.. Example: m<-matrix(c(1,2,3,4),nrow=2,ncol=2) m #1 indicates it is ap...