ILIAS
Release_4_0_x_branch Revision 61816
|
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() | |
$cid = $client->addAttachment('', 'mimeclient.php') | |
$result = $client->call('hello', array('name' => 'Scott')) |
$cid = $client->addAttachment('', 'mimeclient.php') |
Definition at line 27 of file mimeclient.php.
Referenced by ilBMFBase\_decodeMimeMessage(), soap_clientmime\addAttachment(), nusoap_client_mime\addAttachment(), nusoapservermime\addAttachment(), nusoap_server_mime\addAttachment(), ilCtrlStructureReader\determineClassFileIds(), ilCtrl2\getPathNew(), ilSCORM2004Node\insertChapterClip(), ilStructureObjectGUI\insertChapterClip(), ilObjContentObjectGUI\insertChapterClip(), ilSCORM2004Node\insertPageClip(), ilStructureObjectGUI\insertPageClip(), ilSCORM2004Node\insertScoClip(), ilCtrl2\readNodeInfo(), ilPCTableGUI\setStyles(), ilPCTableGUI\setWidths(), and SOAP_Attachment\SOAP_Attachment().
$client |
Definition at line 19 of file mimeclient.php.
$err = $client->getError() |
Definition at line 21 of file mimeclient.php.
$proxyhost = isset($_POST['proxyhost']) ? $_POST['proxyhost'] : '' |
Definition at line 14 of file mimeclient.php.
$proxypassword = isset($_POST['proxypassword']) ? $_POST['proxypassword'] : '' |
Definition at line 17 of file mimeclient.php.
$proxyport = isset($_POST['proxyport']) ? $_POST['proxyport'] : '' |
Definition at line 15 of file mimeclient.php.
$proxyusername = isset($_POST['proxyusername']) ? $_POST['proxyusername'] : '' |
Definition at line 16 of file mimeclient.php.
$result = $client->call('hello', array('name' => 'Scott')) |
Definition at line 28 of file mimeclient.php.
$useCURL = isset($_POST['usecurl']) ? $_POST['usecurl'] : '0' |
Definition at line 18 of file mimeclient.php.