ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
client3.php File Reference

Go to the source code of this file.

Variables

 $proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''
 $proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''
 $proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''
 $proxypassword = isset($_POST['proxypassword']) ? $_POST['proxypassword'] : ''
 $useCURL = isset($_POST['usecurl']) ? $_POST['usecurl'] : '0'
 $client
 $err = $client->getError()
$client soap_defencoding = 'UTF-8'
 set charset encoding for outgoing messages
 $params
 $result = $client->call("doGoogleSearch", $params, "urn:GoogleSearch", "urn:GoogleSearch")

Variable Documentation

$client
Initial value:
new nusoap_client("http://api.google.com/search/beta2", false,

Definition at line 18 of file client3.php.

$err = $client->getError()

Definition at line 20 of file client3.php.

$params
Initial value:
array(
'Googlekey'=>'Your Google key',
'queryStr'=>'robotics',
'startFrom'=>0,
'maxResults'=>10,
'filter'=>true,
'restrict'=>'',
'adultContent'=>true,
'language'=>'',
'iencoding'=>'',
'oendcoding'=>''
)

Definition at line 30 of file client3.php.

$proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : ''

Definition at line 13 of file client3.php.

$proxypassword = isset($_POST['proxypassword']) ? $_POST['proxypassword'] : ''

Definition at line 16 of file client3.php.

$proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : ''

Definition at line 14 of file client3.php.

$proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : ''

Definition at line 15 of file client3.php.

$result = $client->call("doGoogleSearch", $params, "urn:GoogleSearch", "urn:GoogleSearch")

Definition at line 42 of file client3.php.

$useCURL = isset($_POST['usecurl']) ? $_POST['usecurl'] : '0'

Definition at line 17 of file client3.php.

nusoap_base::soap_defencoding = 'UTF-8'

set charset encoding for outgoing messages

public

Definition at line 27 of file client3.php.