RsD0p9BK
6/10/2015 - 1:25 PM

serialize.php

$array = [1, 2, 3];
$string = serialize( $array );

$array = unserialize( $string );

// http://ruseller.com/lessons.php?rub=37&id=699