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
str_word_count
str_word_count
Returninformationabo
parse_str
parse_str
Parsestringsintomult
strpos
strpos
Findthefirstoccurren
chr
chr
Generatesingle-bytes
md5
md5
Calculatethemd5hashv
number_format
number_format
Formatanumberinathou
htmlspecialchars
htmlspecialchars
Convertspecialcharac
localeconv
localeconv
Getdigitalformatinfo
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?