Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
strpbrk
strpbrk
Find any one of a set of characters in a string - Return a substring that starts with the found character
Name:
strpbrk
Category:
String
Programming Language:
php
One-line Description:
Find any character of a set of characters in a string.
Related
Share experience in socket_set_block in WebSocket service
9
Best Practices and Code Example for Storing PHP Session Data in a Database
4
Use mysqli_stmt::prepare to achieve batch update
1
PHP LDAP Authentication Implementation Guide: Best Practices for Secure Login
9
Similar Functions
setlocale
setlocale
Settingthelocaleinfo
vfprintf
vfprintf
Writeformattedstring
strlen
strlen
Getthestringlength
crc32
crc32
Calculateastringofcr
str_replace
str_replace
Substringreplacement
str_contains
str_contains
Determineswhetherast
strcmp
strcmp
Binarysafestringcomp
quoted_printable_decode
quoted_printable_decode
Convertaprintablestr
Popular Articles