Home » PHP » PHP Strings » Question
  1. Say we have two compare two strings which of the following function/functions can you use?
    1. strcspn()
    2. strcmp()
    3. strcasecmp()
    4. strspn()
    5. All of above
Correct Option: E

All of the functions mentioned above can be used to compare strings in some or the other way.



Your comments will be displayed only after manual approval.