Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
preg_split
preg_split
Separate strings by a regular expression
Name:
preg_split
Category:
Regular processing PCRE
Programming Language:
php
One-line Description:
Use the match of the regular expression as the separator to split the string into an array.
Related
How to list hidden files using ftp_rawlist
8
What is the Difference Between bindParam and bindValue in PDOStatement Functions? How to Bind Parameters Correctly?
9
Notes when using PHP hash_final with hash_algos
5
Analysis of the impact of socket_set_block on PHP-FPM environment
10
Similar Functions
preg_last_error_msg
preg_last_error_msg
Returnstheerrormessa
preg_match
preg_match
Performregularexpres
preg_replace_callback_array
preg_replace_callback_array
Performaregularexpre
preg_replace
preg_replace
Performaregularexpre
preg_last_error
preg_last_error
Returnstheerrorcodeg
preg_grep
preg_grep
Returnsarrayentriest
preg_match_all
preg_match_all
Performglobalregular
preg_quote
preg_quote
Escaperegularexpress
Popular Articles