By the use of curl_multi_init() (PHP5) or stream_select() (PHP5) or pcntl_fork (PHP4+), we can stimulate multi-thread/multi-process environment on PHP External Links: using stream_select: Develop mul… more →
HOBALL 筆記簿cyleung wrote 1 month ago: Install the essential component through ports first. Fresh Install a FreeBSD 7.2-RELEASE # portsnap … more →
hoball wrote 6 months ago: By the use of curl_multi_init() (PHP5) or stream_select() (PHP5) or pcntl_fork (PHP4+), we can stim … more →
hoball wrote 7 months ago: Part 1: http://i-novice.com/php-exceptions-part-1/ Part 2: http://i-novice.com/php-exceptions-part-2 … more →
hoball wrote 7 months ago: Adam Charnock: The Truth About PHP Variables Sara Golemon: How to Manage Memory in PHP … more →
gmaz wrote 7 months ago: PHP 程式下載 http://www.phpdc.com/php-script/6/ … more →
gmaz wrote 7 months ago: Lightweight Directory Access Protocol LDAP is the Lightweight Directory Access Protocol, and is a pr … more →
hoball wrote 7 months ago: By the help of mysqli_insert_id() in MySQLi extension or PDO->lastInsertId() in PDO Reference: ht … more →
hoball wrote 8 months ago: There are criticisms that require_once/include_once are slow. To speed up them, I find this solution … more →
hoball wrote 8 months ago: Quoted from here If a method can be static, declare it static. Speed improvement is by a factor of … more →
Cody wrote 8 months ago: Here is a generic function to strip out any backslashes for all GET, POST AND COOKIE. No matter the … more →
hoball wrote 8 months ago: 轉載自 http://www.cnblogs.com/biggates/archive/2008/02/28/1085216.html 書寫(和調試)大段大段的代碼的過程中,經常遇到頻繁的註釋和取消註 … more →
hoball wrote 8 months ago: http://atomized.org/2005/04/php-performance-best-practices/ … more →
hoball wrote 10 months ago: 服務器變量 $_SERVER 詳解:” n( l6 S5 F! f/ r: k9 C 1、$_SESSION['PHP_SELF'] — 獲取當前正在執行腳本的文件名 `* … more →
Ivan Li wrote 1 year ago: Ajax login form (PHP & Javascript) PHP login script Register Login Script AJAX Login System Demo … more →
Ivan Li wrote 1 year ago: Smart File Download Download Scripts PHP 程式下載 File Downloading … more →
Ivan Li wrote 1 year ago: 1. PHP File Upload 2. PHP Multiple File Upload 3. File Upload and Rename 4.a AJAX File Upload With … more →
inattentive wrote 1 year ago: 因為今日要做一d 同時間有關的application, 所以上網找左一陣. 原來而家都有好多用上timeline 的 application 可以選. 最後我決定用 SIMILE 的 timeli … more →
inattentive wrote 2 years ago: 網上填表格好多時都會用到, 除左 check box, pull down, 最常用的一定係 text field. 但礙於 html 的 text area form 只可以打人文字, 對有lay … more →
yookoala wrote 2 years ago: PHP 早就提供了一堆 xmlrpc 的支援函式,若果你的 PHP 在編譯時加上 –with-xmlrpc 參數,便可啟用相關的支援。只是在 php.net 上面的 documentati … more →