$result = $google->search( array( 'query' => $search, 'start' => $limitlower, 'maxResults' => $perpage, 'ie' => "UTF-8", 'oe' => "UTF-8" ) );