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
strcspn
strcspn
Getthelengthofthesta
md5
md5
Calculatethemd5hashv
localeconv
localeconv
Getdigitalformatinfo
strtolower
strtolower
Convertstringtolower
str_starts_with
str_starts_with
Checkswhetherthestri
parse_str
parse_str
Parsestringsintomult
str_getcsv
str_getcsv
ParsingCSVstringsint
fprintf
fprintf
Writetheformattedstr
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?