Zend PHP 5.3 Certification 200-530 Question # 5 Topic 1 Discussion

Zend PHP 5.3 Certification 200-530 Question # 5 Topic 1 Discussion

200-530 Exam Topic 1 Question 5 Discussion:
Question #: 5
Topic #: 1

You analyze the code of a collegue and see, it uses the function strcasecmp. You try it out to see what it does and use the following function call:

strcasecmp('hello my dear!', 'Hello my DEAR!');

The function call returns "0". What does that mean?


A.

String 1 is less than string 2.


B.

The strings are considered equal.


C.

String 2 is less than string 1.


D.

The strings have equal length.


Get Premium 200-530 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.