Feed on
Posts
Comments

Archive for the 'php' Category

APC (Alternative PHP Cache) 是什麼東西?
APC 是 PHP 的效能優化的擴充模組
 
啟動 Apache 伺服器# service httpd start# chkconfig httpd on
APC 有 rpm 套件可以安裝,但是安裝前有很多相依的...

Read Full Post »

php 如何讀取 xml ?

DOM XML
http://tw.php.net/domxml
SimpleXML
http://tw2.php.net/simplexml

...

Read Full Post »