You are here

public function GoogleMini::setOutputEncoding in Google Search Appliance 5

Same name and namespace in other branches
  1. 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

GoogleMini

Code

public function setOutputEncoding($enc) {
  $this
    ->setQueryPart('oe', $enc);
}