A Admin • 833K Points Coach Q. How can you create a constant in PHP? (A) const NAME = 'value'; (B) define('NAME', 'value'); (C) constant NAME = 'value'; (D) Both 1 and 2 Correct Answer - Option(D) Views: 17 Filed under category PHP Hashtags: Share Manage Tags
Discusssion
Login to discuss.