當前位置:成語大全網 - 書法字典 - PHP如何將字符串轉換成數組

PHP如何將字符串轉換成數組

經常做

& lt?服務器端編程語言(Professional Hypertext Preprocessor的縮寫)

$ t =‘code:-1?ErrMsg:用戶不存在;

preg _ match(‘/code:(-?\ d+)\ s+ErrMsg:(。+)/',?$t,$ m);

$ a = array();

$ a【‘code‘】= intval($ m【1】);

$ a【‘ErrMsg‘】= $ m【2】;

var _ dump($ a);

& gt代碼沒有經過測試,所以我知道的更多。...