$pdo->exec() can execute SQL in a single function call. ... $pdo->query() returns a PDOStatement object, roughly similar to a mysqli resource.
確定! 回上一頁