MediaWiki master
DbQuoter.php
Go to the documentation of this file.
1<?php
3
5
9interface DbQuoter {
18 public function addQuotes( $s );
19}
addQuotes( $s)
Escape and quote a raw value string for use in a SQL query.