PHP strcmp () function Introduction _php tutorial

Source: Internet
Author: User
Tags first string strcmp
The strcmp () function compares two strings.

strcmp Syntax:
strcmp (STRING1,STRING2)

Parameter description
String1 required. Specifies the first string to compare.
string2 required. Specifies a second string to compare.

The function returns:
If two strings are equal <0-if string1 is less than string2 >0-if string1 is greater than string2

Example: Use strcmp to determine whether a particular day (as of the ceiling 00:00)

strcmp (Date (y-m-d, $user->last_time), date ("Y-m-d", Time ())) = = 0

http://www.bkjia.com/PHPjc/486075.html www.bkjia.com true http://www.bkjia.com/PHPjc/486075.html techarticle The strcmp () function compares two strings. strcmp syntax: strcmp (string1,string2) parameter description string1 required. Specifies the first string to compare. string2 required. Rule to ...

  • 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.