<?php. $a = array( 'a' =>1, 'b' =>0, 'c' =>NULL);. echo 'a test by empty: ' , empty($a[ 'a' ]) ? 'not exist' : 'exist' , PHP_EOL;. echo 'a test by isset: ' ...
確定! 回上一頁