mysql_num_rowsmysqlphp 在连接mysql时,需要用到mysql_connect, mysql_select_db, mysql_query等函数,这些函数前面可以不用加上@符号,但是mysql_num_rows前面需要加上@ 这是怎么回事?