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

浙公网安备 33010602011771号