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