Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
strrpos
strrpos
Calculate the last occurrence of the specified string in the target string
Name:
strrpos
Category:
String
Programming Language:
php
One-line Description:
Finds where the string last appears in another string (case sensitive).
Related
How to calculate the position difference of substring using strrpos and strlen
8
strrpos vs strpos: What’s the Difference and How to Choose in Different Scenarios?
6
Similar Functions
strnatcmp
strnatcmp
Stringcomparisonusin
vsprintf
vsprintf
Returnstheformatteds
wordwrap
wordwrap
Breakstringtoaspecif
parse_str
parse_str
Parsestringsintomult
str_shuffle
str_shuffle
Randomlydisruptastri
sha1_file
sha1_file
Calculatethesha1hash
strpos
strpos
Findthefirstoccurren
hex2bin
hex2bin
Converthexadecimalst
Popular Articles
How to calculate the position difference of substring using strrpos and strlen
strrpos vs strpos: What’s the Difference and How to Choose in Different Scenarios?