Search   Feed   Browse   Add
Feed items 1 - 2 of 2 for July 2008

Sipo Blog

做喜欢的事情

PHPWRITEUTF8 - July 5, 2008

<php $f=fopen("test.txt", "wb"); $text=utf8_encode("!");  adding header $text="xEFxBBxBF".$text; fputs($f, $text); fclose($f); > 
http://www.dc9.cn/post/515.html

php - July 2, 2008

function func_dir_create($newdir , $prefix = "")                   http:www.dc9.cn sipo    $dirary=explode("",$newdir);    $real_dir=$prefix;    foreach ($dirary as $d)      $real_dir=$real_dir.$d."";      if (!is_dir($real_dir)) 
http://www.dc9.cn/post/514.html
Available Archives
- June (2 items)
- July (2 items)
- August (2 items)
- September (4 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact