摘要: string iconv ( string $in_charset , string $out_charset , string $str )iconv — Convert string to requested character encodingphp manual iconv方法的原话。一般的情况下,我使用这个方法,都是这样使用:If you append the string ... 阅读全文
posted @ 2010-08-01 00:32 浪淘沙(Jeff.Liu) 阅读(5132) 评论(0) 推荐(0) 编辑
摘要: bool feof ( resource $handle ):Tests for end-of-file on a file pointer这个php manual上面的原话。为了方便,我以前都是这样使用的[代码]确实,这样使用比较简单。但是,如果上面的变量$file不是一个合法的file pointer 或者已经被fclose关闭了的话。那么在程序的第六行出,就会产生一个waring,并发生死循... 阅读全文
posted @ 2010-08-01 00:00 浪淘沙(Jeff.Liu) 阅读(449) 评论(0) 推荐(0) 编辑