Voting

: three plus five?
(Example: nine)

The Note You're Voting On

kehaovista at qq dot com
9 years ago
$str = '[email protected]&city=shanghai&job=Phper';
mb_parse_str($str, $result);
print_r($result);

//结果
Array
(
[email] => [email protected]
[city] => shanghai
[job] => Phper
)

<< Back to user notes page

To Top