mirror of https://github.com/php/php-src
Browse Source
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);
PHP-5.1
1 changed files with 22 additions and 6 deletions
Loading…
Reference in new issue