Rev 60 | Rev 622 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php#如果有post dataif(isset($_POST["data"])){#unserialize$data=@unserialize($_POST["data"]);#if unserialize failif($data===false){#do nothingexit;}#if end#印出 unserialize 後再 json_encode 後的 dataecho json_encode($data);}#if end?>