How to use string functions in PHP
(7) NL2BR plus / "
/" in front of each of the strings, add / "
/". Plus and remove / "//". The string of the /"name1=Value1 &Name2=Value2=Value2=Value2=Value2=Value2=Value2=Value2=Value2 is made into some variables. For example: PARSE_STR (/ "a = 1 & b = 2 /") Generate $ A and $ B, the values are 1, 2. If there are two pairs of names / values, the last value overwields the previous one. If these two pairs of names are available / "[] /", For example / "a [] = 1 & a [] = 2 /", generates an array $ A, two elements are 1, 2 (Responsible Editor: Beyond PHP)