
PHP strtok() 函数定义和用法strtok() 函数把字符串分割为更小的字符串。语法strtok(string,split)参数描述string必需。规定....
PHP symlink() 函数定义和用法symlink() 函数创建符号连接。语法link(target,link)参数描述target必需。link必需。说明symli....
PHP tan() 函数定义和用法tan() 函数返回正切。语法tan(x)参数描述x必需。一个数。说明tan() 返回参数 x 的正切值。参数 ....
PHP str_replace() 函数定义和用法str_replace() 函数使用一个字符串替换字符串中的另一些字符。语法str_replace(find,repla....
PHP strncasecmp() 函数定义和用法strncasecmp() 函数比较两个字符串。该函数返回:0 - 如果两个字符串相等0 - 如果 string1....
PHP strstr() 函数定义和用法strstr() 函数搜索一个字符串在另一个字符串中的第一次出现。该函数返回字符串的其余部分(从匹....
PHP stripcslashes() 函数定义和用法stripcslashes() 函数删除由 addcslashes() 函数添加的反斜杠。语法stripcslashes(str....
PHP strncmp() 函数定义和用法strncmp() 函数比较两个字符串。该函数返回:0 - 如果两个字符串相等0 - 如果 string1 大于 st....
PHP substr_replace() 函数定义和用法substr_replace() 函数把字符串的一部分替换为另一个字符串。语法substr_replace(strin....
PHP str_repeat() 函数定义和用法str_repeat() 函数把字符串重复指定的次数。语法str_repeat(string,repeat)参数描述string....
PHP strrpos() 函数定义和用法strrpos() 函数查找字符串在另一个字符串中最后一次出现的位置。如果成功,则返回位置,否则返....
PHP strnatcmp() 函数定义和用法strnatcmp() 函数使用一种“自然”算法来比较两个字符串。在自然算法中,数字 "2" 小于数字 ....
PHP strftime() 函数定义和用法strftime() 函数根据区域设置格式化本地时间/日期。语法strftime(format,timestamp)参数描述....
PHP strspn() 函数定义和用法strspn() 函数返回在字符串中包含的特定字符的数目。语法strspn(string,charlist,start,length)....
PHP substr_count() 函数定义和用法substr_count() 函数计算子串在字符串中出现的次数。语法substr_count(string,substring,....
PHP strripos() 函数定义和用法strripos() 函数查找字符串在另一个字符串中最后一次出现的位置。如果成功,则返回位置,否则....
PHP strcoll() 函数定义和用法strcoll() 函数比较两个字符串。该函数返回:0 - 如果两个字符串相等0 - 如果 string1 大于 st....
PHP str_pad() 函数定义和用法str_pad() 函数把字符串填充为指定的长度。语法str_pad(string,length,pad_string,pad_type)参....
PHP strnatcasecmp() 函数定义和用法strnatcasecmp() 函数使用一种“自然”算法来比较两个字符串。在自然算法中,数字 "2" ....
PHP strcspn() 函数定义和用法strcspn() 函数返回在找到任何指定的字符之前,在字符串查找的字符数。语法strcspn(string,cha....