【发布时间】:2011-01-10 12:23:26
【问题描述】:
我有
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
);
在 php.ini 中。
我必须通过 java 来完成。你能帮帮我吗?
感谢雅库布
【问题讨论】: