Medium
What is the output of the following code ?
$x = "welove";
$y = "devs";
$z = strlen('A') ? $x : $y;
echo $z;
Author: ThéoStatus: PublishedQuestion passed 1784 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about PHP