php中字符串函数

//将参数转换为变量
parse_str("id=23&name=John Adams");
echo $id //23

  

原文地址:https://www.cnblogs.com/xiongwei89/p/3494121.html