php通过各种函数判断0和空 函数对0的判断$cast_id=0;var_dump(strlen($cast_id));//1var_dump(empty($cast_id));//truevar_dump(isset($cast_id));// php判断空函数