Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
strcmp
strcmp
Binary safe string comparison
Name:
strcmp
Category:
String
Programming Language:
php
One-line Description:
Compare two strings (case sensitive).
Related
How to handle empty strings when using strcmp function
10
Similar Functions
stripcslashes
stripcslashes
Anti-referenceastrin
explode
explode
Useonestringtosplita
strstr
strstr
Findthefirstoccurren
ucwords
ucwords
Convertthefirstlette
str_starts_with
str_starts_with
Checkswhetherthestri
strcspn
strcspn
Getthelengthofthesta
nl_langinfo
nl_langinfo
Querylanguageandloca
fprintf
fprintf
Writetheformattedstr
Popular Articles
How to handle empty strings when using strcmp function