<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[静怡家园]]></title> 
<link>http://www.zhanghaijun.com/index.php</link> 
<description><![CDATA[书山有路勤为径，学海无涯苦作舟！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[静怡家园]]></copyright>
<item>
<link>http://www.zhanghaijun.com/post//</link>
<title><![CDATA[php中 被遗忘的函数]]></title> 
<author>碟舞飞扬 &lt;webmaster@zhanghaijun.com&gt;</author>
<category><![CDATA[Web开发]]></category>
<pubDate>Sat, 03 Feb 2007 19:08:48 +0000</pubDate> 
<guid>http://www.zhanghaijun.com/post//</guid> 
<description>
<![CDATA[ 
	ctype_alnum -- Check for alphanumeric character(s) <br/><br/>检测是否是只包含[A-Za-z0-9]<br/><br/>ctype_alpha -- Check for alphabetic character(s) <br/><br/>检测是否是只包含[A-Za-z]<br/><br/> <br/><br/>ctype_cntrl -- Check for control character(s) <br/><br/>检查是否是只包含类是“  ”之类的字符控制字符<br/><br/> <br/><br/>ctype_digit -- Check for numeric character(s) <br/><br/>检查时候是只包含数字字符的字符串（0-9）<br/><br/> <br/><br/>ctype_graph -- Check for any printable character(s) except space <br/><br/>检查是否是只包含有可以打印出来的字符（除了空格）的字符串<br/><br/> <br/><br/>ctype_lower -- Check for lowercase character(s) <br/><br/>检查是否所有的字符都是英文字母，并且都是小写的<br/><br/> <br/><br/>ctype_print -- Check for printable character(s) <br/><br/>检查是否是只包含有可以打印出来的字符的字符串<br/><br/> <br/><br/>ctype_punct --&nbsp;&nbsp;Check for any printable character which is not whitespace or an alphanumeric character <br/><br/>检查是否是只包含非数字/字符/空格的可打印出来的字符<br/><br/> <br/><br/>ctype_space -- Check for whitespace character(s) <br/><br/>检查是否是只包含类是“  ”之类的字符和空格<br/><br/> <br/><br/>ctype_upper -- Check for uppercase character(s) <br/><br/>检查是否所有的字符都是英文字母，并且都是大写的<br/><br/> <br/><br/>ctype_xdigit --&nbsp;&nbsp;Check for character(s) representing a hexadecimal digit <br/><br/>检查是否是16进制的字符串，只能包括“0123456789abcdef”
]]>
</description>
</item><item>
<link>http://www.zhanghaijun.com/post//#blogcomment</link>
<title><![CDATA[[评论] php中 被遗忘的函数]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.zhanghaijun.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>