Discussion :: PHP - CS
-
Say we have two compare two strings which of the following function/functions can you use?
1. strcmp()
2. strcasecmp()
3. strspn()
4. strcspn()
Answer : Option D
Explanation :
All of the functions mentioned above can be used to compare strings in some or the other way.
Be The First To Comment