Question from the PHP7 test

Use the spaceship operator to compare two expressions in PHP.

Hard

The spaceship operator is used for comparing two expressions. What will the following code display?

echo 1 <=> 3; 
Author: DamienStatus: PublishedQuestion passed 44 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!