My problem is very basic.
I did not find any example to meet my needs as to what exactly serialize() and unserialize() mean in php? They ju
serialize()
unserialize()
preg_match_all('/\".*?\"/i', $string, $matches); foreach ($matches[0] as $i => $match) $matches[$i] = trim($match, '"');