Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
curl_strequal | version 1.0 | no |
number curl_strequal(string str1, string str2) |
str1 | the first string |
str2 | the second string |
Case insensitive string comparisons.
The curl_strequal() function compares the two strings str1 and str2, ignoring the case of the characters. It returns a non-zero (true) integer if the strings are identical. |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:21 2013 GMT | (c)2013 Devronium Applications |