Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
str_ends_with
str_ends_with
Check if the string ends with the given substring
Name:
str_ends_with
Category:
String
Programming Language:
php
One-line Description:
Check if the string ends with the given substring
Related
How to Use str_ends_with and str_starts_with Together in PHP to Check Both the Beginning and End of a String?
8
Similar Functions
addcslashes
addcslashes
Escapecharactersinas
crypt
crypt
One-waystringhash
strtoupper
strtoupper
Convertstringtoupper
hex2bin
hex2bin
Converthexadecimalst
md5_file
md5_file
Calculatethemd5hashv
strncasecmp
strncasecmp
Binarysafecomparison
chr
chr
Generatesingle-bytes
substr_count
substr_count
Calculatethenumberof
Popular Articles
How to Use str_ends_with and str_starts_with Together in PHP to Check Both the Beginning and End of a String?