位置: 编程技术 - 正文
推荐整理分享PHP字符串函数str_ireplace()的用法(php str函数),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:php字符串定义的三种方式,php 字符串函数,php字符串定义的三种方式,php字符串定义的三种方式,在php中,字符串有哪些表示形式,php string函数,php string函数,php 字符串函数,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 5)
str_ireplace — str_replace() 的忽略大小写版本
说明 mixed str_ireplace ( mixed $search , mixed $replace , mixed $subject [, int &$count ] )该函数返回一个字符串或者数组。该字符串或数组是将 subject 中全部的 search 都被 replace 替换(忽略大小写)之后的结果。如果没有一些特殊的替换规则,你应该使用该函数替换带有 i 修正符的 preg_replace() 函数。
参数如果 search 和 replace 为数组,那么 str_replace() 将对 subject 做二者的映射替换。如果 replace 的值的个数少于 search 的个数,多余的替换将使用空字符串来进行。如果 search 是一个数组而 replace 是一个字符串,那么 search 中每个元素的替换将始终使用这个字符串。
如果 search 或 replace 是数组,他们的元素将从头到尾一个个处理。
search
要搜索的值,就像是 needle。可以使用 array 来提供多个 needle。
replaceThe replacement value that replaces found search values. An array may be used to designate multiple replacements.
subject要被搜索和替换的字符串或数组,就像是 haystack。
如果 subject 是一个数组,替换操作将遍历整个 subject,并且也将返回一个数组。
count如果设定了,将会设置执行替换的次数。
返回值返回替换后的字符串或者数组。
更新日志版本 说明 5.0.0 新增 count 参数。
范例
Example #1 str_ireplace() 范例
<?php$bodytag=str_ireplace("%body%","black","<bodytext=%BODY%>");?> 注释Note: 此函数可安全用于二进制对象。
Caution Replacement order gotchaBecause str_ireplace() replaces left to right, it might replace a previously inserted value when doing multiple replacements. Example #2 in the str_replace() documentation demonstrates how this may affect you in practice.
参见str_replace() - 子字符串替换 preg_replace() - 执行一个正则表达式的搜索和替换 strtr() - 转换指定字符
PHP字符串函数sprintf()的用法 sprintf(PHP4,PHP5)sprintfReturnaformattedstring说明stringsprintf(string$format[,mixed$args[,mixed$...]])Returnsastringproducedaccordingtotheformattingstringformat.参数formatTheformatstringiscompos
PHP字符串函数sha1()的用法 sha1(PHP4=4.3.0,PHP5)sha1计算字符串的sha1散列值说明stringsha1(string$str[,bool$raw_output=false])利用美国安全散列算法1计算字符串的sha1散列值。参数str输入字符串。
PHP字符串函数sscanf()的用法 sscanf(PHP4=4.0.1,PHP5)sscanf根据指定格式解析输入的字符说明mixedsscanf(string$str,string$format[,mixed&$...])这个函数sscanf()输入类似printf()。sscanf()读取字符串str然后
标签: php str函数
本文链接地址:https://www.jiuchutong.com/biancheng/278835.html 转载请保留说明!友情链接: 武汉网站建设