Google News
logo
PHP - Interview Questions
How do you define a constant ?
Constants in PHP are defined using define() directive, like define("FTLCONSTANT", 100);
Advertisement