PHP strcasecmp and STRNCASECMP functions

Source: Internet
Author: User
Tags first string
STRCASECMP () function

Definition: the strcasecmp () function compares two strings.
Syntax: strcasecmp (STRING1,STRING2);

Parameter list

Parameters Description
String1 Necessary. Specifies the first string to compare.
string2 Necessary. Specifies a second string to compare.

return value Condition:

return Value: the function returns:
equals 0
    If two strings are equal
Less than 0
    If string1 is less than string2
Greater than 0
    If string1 is greater than string2
PHP version 4 +

STRNCASECMP () function

Definition: the strcasecmp () function compares two strings.
Syntax: strncasecmp (string1,string2,length);

Parameter list

Parameters Description
String1 Necessary. Specifies the first string to compare.
string2 Necessary. Specifies a second string to compare.
Length Necessary. Specifies the number of characters each string is used to compare.

return value Condition:

return Value: the function returns:
equals 0
    If two strings are equal
Less than 0
    If string1 is less than string2
Greater than 0
    If string1 is greater than string2
PHP version 4 +

Note: The difference between the strcasecmp () function and the strncasecmp () function is that strncasecmp () has more than one specified length of the comparison character number on the parameter.

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

The above describes the PHP strcasecmp and STRNCASECMP functions, including the aspects of the content, I hope that the PHP tutorial interested in a friend helpful.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.