<<< Previous question <<< Question ID#0419.md >>> Next question >>>
What is the output of the following PHP script?
echo strcmp(5678, '5678');
- A) 0
- B) -1
- C) 1
- D) false
Answer
Answer: A
What is the output of the following PHP script?
echo strcmp(5678, '5678');
Answer: A