英[strɪŋ] 美[strɪŋ]
n.String; rope, belt; thread, plant fiber; [Computer Science] String
vt. Winding, tuning; To line up in a line or a series; to tie, tie or hang with a thread; to extend or extend
Third person singular: strings Plural: strings Present participle: stringing Past tense: strung Past participle: strung
php strpbrk() function syntax
Function:Find any character in a group of characters in a string
Syntax:string strpbrk (string $haystack, string $char_list)
Parameters:
Parameters | Description |
haystack | Find char_list in this string. |
char_list | This parameter is case-sensitive. |
#Description:Returns a substring starting with the found character. If not found, returns FALSE.
php strpbrk() function example
Output:
o php.cn
Output:
php.cn is a good choice