Blog entry by 管理者 使用者
Anyone in the world
在CentOS7中透過yum就可以直接安裝後重新啟動web服務即可!!
# yum install php-soap
# systemctl restart httpd.service
在Ubuntu15.x中透過aptitude就可以直接安裝後重新啟動web服務即可!!
# aptitude install php-soap
# service apache2 restart
透過phpinfo()的函數,如果出現如下圖的狀況,就表示soap支援成功了!!