search
HomeBackend DevelopmentPHP ProblemHow to compare strings in php regardless of size

How to compare strings in php regardless of size

Mar 09, 2021 pm 05:35 PM
phpstrncasecmp()Compare strings

In PHP, you can use the built-in function strncasecmp() to compare strings without case sensitivity, the syntax is "strncasecmp(str1,str2,length)". If the return value is 0, it means that the two strings are equal; if the return value is less than 0, it means that str1 is less than str2.

How to compare strings in php regardless of size

The operating environment of this tutorial: windows7 system, PHP7.1 version, DELL G3 computer

php case-insensitive comparison String

<?php
echo strncasecmp("Hello","Hello",6);
echo "<br>";
echo strncasecmp("Hello","hELLo",6);
?>

Output:

0
0

Because the strncasecmp() function is not case-sensitive, the output of Hello and hELLo is the same.

[Recommended learning: "PHP Video Tutorial"]

Related function introduction:

strncasecmp() Function is used to compare two strings (case insensitive).

Syntax:

strncasecmp(string1,string2,length)

Parameters:

  • ##string1 Required. Specifies the first string to compare.

  • #string2 Required. Specifies the second string to be compared.​

  • #length Required. Specifies the number of characters per string used for comparison.

Return value:

  • 0 - If the two strings are equal

  • >0 - If string1 is greater than string2

For more programming-related knowledge, please visit:

Programming video! !

The above is the detailed content of How to compare strings in php regardless of size. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment