Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
str_starts_with
str_starts_with
Checks whether the string begins with the given substring
Name:
str_starts_with
Category:
String
Programming Language:
php
One-line Description:
Checks whether the string begins with the given substring
Related
The difference and application of mysql_fetch_array and mysql_fetch_row
2
How to encapsulate mysqli::get_warnings into a universal warning capture module
4
Use next_result() to handle stored procedures with cursors
1
Use logs to track problems during next_result() switching process
1
Similar Functions
hebrev
hebrev
Convertlogical-Hebre
ucfirst
ucfirst
Setthefirstcharacter
stripslashes
stripslashes
Inverselyescapeanesc
str_split
str_split
Convertstringstoarra
vprintf
vprintf
Outputformattedstrin
vfprintf
vfprintf
Writeformattedstring
rtrim
rtrim
Deletewhitespacechar
quoted_printable_encode
quoted_printable_encode
Convertan8-bitstring
Popular Articles