<?php $json = json_encode(array()); $json_decoded = json_decode($json, true); // same with json_decode($json); if ($json_decoded == null){ echo "NULL"; } ...
確定! 回上一頁