computer:program:php
這是本文件的舊版!
目錄表
PHP
元件
Framework
Library / Class
-
- Ratchet (WebSockets)
資料庫
HTML過濾
Parser
Template
Debug
Log
Test
Documentation
教學
-
- Apache Rewrite檢查
in_array('mod_rewrite',apache_get_modules()) - 查詢MySQL資料庫版本
mysql_get_server_info()
Snippet
Captcha
書籍
官網說明
一般教學
- include 與 require
http://blog.roodo.com/jaceju/archives/5579811.html - imagefilter()
http://www.phpied.com/image-fun-with-php-part-2/ - Translation in PHP
http://verens.com/archives/2008/04/03/translation-in-php/
轉址導向
<?php header("location: http://kidwm.net/dokuwiki/"); ?>
PDO
global_hack
while (list($key, $val) = @each($HTTP_POST_VARS)){$GLOBALS[$key] = $val;}
while (list($key, $val) = @each($HTTP_SESSION_VARS)){$GLOBALS[$key] = $val;}
while (list($key, $val) = @each($HTTP_GET_VARS)){$GLOBALS[$key] = $val;}
PHP-FPM
- /etc/php5/fpm/pool.d/www.conf
;listen = 127.0.0.1:9000 listen = /var/run/php5-fpm.sock
參考連結
資源
工具
computer/program/php.1422862208.txt.gz · 上一次變更: 2015/02/02 07:30 由 wm
