if(ereg('[^0-9]',$string)) // 如果不是字串,回傳true值 if(preg_match('/[^0-9]/',$string)) //改寫為preg_match需在正規表式前後加上 /
2010年10月30日
ereg函數的新寫法preg_match
標籤:
PHP語法
2010年10月29日
php5.3中棄用的函數群
參考網頁:
http://blog.farmer.idv.tw/?p=407
http://php.net/manual/en/migration53.deprecated.php
http://blog.farmer.idv.tw/?p=407
http://php.net/manual/en/migration53.deprecated.php
標籤:
PHP語法
2010年10月28日
2010年10月25日
將數值欄位轉為文字欄位…
Excel中一般的數值欄位(A)有1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 …等值,B欄中使用了 =TEXT(A1,"00")函數就可以得出 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 …等,複製B欄,在C欄中 選擇貼上 / 值與數格式 得到終極01 02 03…等文字型數字
標籤:
電腦問題
訂閱:
文章 (Atom)