Top Ad unit 728 × 90

ticker

List Of Valid and Invalid Constant Names in PHP

Valid and invalid constant names:


// Valid constant names
define("ONE",     "first thing");
define("TWO2",    "second thing");
define("THREE_3", "third thing")
// Invalid constant names
define("2TWO",    "second thing");
define("__THREE__", "third value"); 
List Of Valid and Invalid Constant Names in PHP Reviewed by Rajat Jha on 20:02:00 Rating: 5

No comments:

All Rights Reserved by INFO PHP 99 © 2014 - 2015
Powered by Blogger, Designed by Sweetheme

Contact Form

Name

Email *

Message *

Powered by Blogger.