$this->conn->insert_id; $stmt->store_result(); $affected = $stmt->affected_rows; stmt->close(); return $affected; } // ... other functions that utilse ...
確定! 回上一頁