我有
exec(
"curl".
" --cert $this->_cCertifikatZPKomunikace".
" --cacert $this->_cCertifikatPortalCA".
" --data \"request=".urlencode($fc_xml)."\"".
" --output $lc_filename_stdout".
" $this->_cPortalURL".
" 2>$lc_filename_stderr",
$la_dummy,$ln_RetCode
);
Run Code Online (Sandbox Code Playgroud)
在PHP中.
我必须通过java来做到这一点.你能帮助我吗?
谢谢Jakub