Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
substr_compare
substr_compare
Binary safe comparison string (compare the specified length from offset position)
Name:
substr_compare
Category:
String
Programming Language:
php
One-line Description:
Compare two strings from the specified starting position (binary safe and selective case sensitive).
Related
Forgot to deal with the possible problems that the return value of time_nanosleep
10
How to calculate hash value of a file using hash_final?
3
Detailed explanation of how curl_close is used with curl_exec
4
How to Use the getmxrr Function to Implement a Simple and Effective Email Verification Mechanism?
3
Similar Functions
strpbrk
strpbrk
Findanyoneofasetofch
sha1_file
sha1_file
Calculatethesha1hash
strtok
strtok
Tagsplitstring
strnatcasecmp
strnatcasecmp
Comparingstringsusin
strchr
strchr
Aliasofstrstr
chr
chr
Generatesingle-bytes
nl_langinfo
nl_langinfo
Querylanguageandloca
substr
substr
Returnpartofthestrin
Popular Articles