Listing 14.22. Przykładowe wywołanie metody quote()
$wynik = $db->quote('Ob (z Irtyszem)');
$db->query('delete from rzeka where nazwa = ' . $wynik);