Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mb_parse_str
mb_parse_str
Parse GET/POST/COOKIE data and set global variables
Name:
mb_parse_str
Category:
Multi-byte string
Programming Language:
php
One-line Description:
Parse GET/POST/COOKIE data and set global variables
Related
Common Errors When Using mb_parse_str: Why Not Specifying Encoding Can Cause Issues
3
What Is the Difference Between mb_parse_str and parse_str in PHP? When Should You Use Each?
6
Similar Functions
mb_ereg_match
mb_ereg_match
Regularexpressionmat
mb_str_split
mb_str_split
Givenamultibytestrin
mb_strlen
mb_strlen
Getthestringlength
mb_strstr
mb_strstr
Findthefirstoccurren
mb_regex_set_options
mb_regex_set_options
Set/getdefaultoption
mb_detect_order
mb_detect_order
Set/getthedetectiono
mb_convert_variables
mb_convert_variables
Convertcharacterenco
mb_parse_str
mb_parse_str
ParseGET/POST/COOKIE
Popular Articles
What Is the Difference Between mb_parse_str and parse_str in PHP? When Should You Use Each?
Common Errors When Using mb_parse_str: Why Not Specifying Encoding Can Cause Issues