亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

居然apache_get_version()報錯

登陸進index頁面之后提示 Fatal error: Call to undefined function apache_get_version()未定義 ? 什么情況

正在回答

2 回答

sorry ,i answered it ?in ?english?

0 回復 有任何疑惑可以回復我~

Usually that function is only available if PHP is compiled and installed as a normal Apache module. If you're running a script on the command line, then it's not running from Apache, so PHP doesn't have that function.

If you're running a script on the command line, you might have to have PHP exec() the "apache2 -version" command and parse the first line:

<?
exec("apache2 -version",$outputlines);
if(preg_match("/(Apache\/[0-9\.]+)/",$outputlines[0],$matches))
{
? ?print $matches[1];
}
?>

0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消
手把手教你實現電商網站后臺開發
  • 參與學習       117253    人
  • 解答問題       2101    個

手把手教你用PHP搭建電子商務平臺,由淺入深教你搭建電商系統

進入課程

居然apache_get_version()報錯

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號