I use strcmp now for string comparison ... so stupid ... Test code : ... var_dump($a <=> $b); // int(1) : $a > $b because $a has the 'c' key and $b doesn't.
確定! 回上一頁