0
how do you define a constant?
Posted by The Blogger
on
12:29 AM
in
php
Answer:
We define using define( ) directive.
for e.g., define ("MYCONSTANT", 100);
tags: php interview questions, php interview question how do you define a constant, how do you define a constant
We define using define( ) directive.
for e.g., define ("MYCONSTANT", 100);
tags: php interview questions, php interview question how do you define a constant, how do you define a constant
Post a Comment