php不常用但很用的函数

int strncasecmp ( string str1, string str2, int len )  This function is similar to strcasecmp(), 
with the difference that you can specify the (upper limit of the) number of characters (len) from each string to be used in the comparison.

string strip_tags ( string str [, string allowable_tags] )  Strip HTML and PHP tags from a string

 

posted @ 2010-06-29 17:28  Yuxing  阅读(178)  评论(0)    收藏  举报