Tuesday 5 January 2016

Literals

Literals 
A literal is a data value that appears directly in a program. The following are all liter- als in PHP:
2001
 0xFE 
1.4142
 "Hello World"
 'Hi'
 true null

No comments:

Post a Comment