What are the operational outputs | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What are the operational outputs

<?Php define("COMMERCE","商务活动"); echo COMMERCE; echo commerce; define("STUDENT","学生信息",true); echo"<br>"; echo STUDENT; echo"<br>"; echo student; echo"<br>"; echo(define("STUDENT")); echo"<br>"; echo constant("STUDENT"); ?>

21st Sep 2019, 5:46 AM
LIYUE
1 Answer
0
Just write code in Sololearn Playground and check what results are coming.
17th Oct 2019, 2:59 PM
A͢J
A͢J - avatar