mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
If paramater is bound with type PDO_PARAM_LOB the quoter function
gets a hint that specific LOB type quoting should be used:
$stmt->bindParam(":lob", $lob, PDO_PARAM_LOB);