Php array stores the text and text into an array. This article will introduce you to the php array storage text and text deserialization array method. For more information, see. The example code is as follows: Copy the code functionstring2ar. This article will introduce you to the php array storage text and text deserialization array method. if you need to know about it, you can refer to it.
Instance
| The code is as follows: |
|
Function string2array ($ data ){ If ($ data = '') return array (); @ Eval ("$ array = $ data;"); return $ array; } |
/** Convert an array to a string
| The code is as follows: |
|
* @ Param array $ data array * @ Param bool $ isformdata if it is 0, new_stripslashes is not used for processing. optional. the default value is 1. * String returns a string. if data is null, null is returned */ Function array2string ($ data, $ isformdata = 1 ){ If ($ data = '') return ''; If ($ isformdata) $ data = new_stripslashes ($ data ); Return addslashes (var_export ($ data, TRUE )); } |
Bytes. The instance code is as follows: function string2ar...