Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 357 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php

#如果有post data
if(isset($_POST["data"]))
{
        #印出 unserialize 後再 json_encode 後的 data
        echo json_encode(unserialize($_POST["data"]));

}#if end

?>