public function GoogleMini::setOutputEncoding in Google Search Appliance 5
Same name and namespace in other branches
- 6.2 GoogleMini.php \GoogleMini::setOutputEncoding()
Set the encoding for data coming out of the search
Parameters
string $enc:
File
- ./
GoogleMini.php, line 205
Class
Code
public function setOutputEncoding($enc) {
$this
->setQueryPart('oe', $enc);
}