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
number_format
number_format
Formatanumberinathou
bin2hex
bin2hex
Convertbinarydatatoh
md5_file
md5_file
Calculatethemd5hashv
money_format
money_format
Formatnumbersintocur
strncmp
strncmp
Binarysafecomparison
str_contains
str_contains
Determineswhetherast
sha1_file
sha1_file
Calculatethesha1hash
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?