
PHPscriptfornotifyingWeblogs.comofanupdate.ThePHPscript’smissing.Ineedtopullitfromabackup.Weblogs.comischangingthewaytheyreadupdatesfromblogs.Nowyouneedtonotifythem,bysendinganXML-RPCmessage,thatyou’veupdatedandtheyneedtocomebyandfetchtheupdate.Tothatend,I’vewrittenaquickanddirtyPHPscriptusingthePHPXML-RPCclassesfromSourceForge.Copythistoyourserv...

iconv函数库能够完成各种字符集间的转换,是php编程中不可缺少的基础函数库。1、下载libiconv函数库http://http://www.zjjv.com///pub/gnu/libiconv/libiconv-1.9.2.tar.gz;2、解压缩tar-zxvflibiconv-1.9.2.tar.gz;3、安装libiconv#configure--prefix=/usr/local/iconv#make#makeinstall4、重新编译php增加编译参数--with-iconv=/usr/local/iconvwindows下最近在做一个小偷程序,需要用到iconv函数把抓取来过的utf-8编码的页面转...