本文章主要是介绍str_replace函数替换单个字符,与替换数据,以及指定str_replace替换的次数,最后一个替换次数是很有用的特别是在seo优化方面.

mixed str_replace(mixed $search , mixed $replace , mixed $subject [,int &$count ] )

函数返回一个字符串或在出现问题的所有搜索给定的数组替换值替换,如果你不喜欢需要更换的规则(如正则表达式),你应该始终使用此函数,而不是ereg_replace()或preg_replace函数(),实例代码如下:

  1. */ 
  2. // provides: <body text='black'> 
  3. $bodytag = str_replace("%body%""black""<body text='%body%'>"); 
  4. // provides: hll wrld f php 
  5. $vowels = array("a""e""i""o""u""a""e""i""o""u"); 
  6. $onlyconsonants = str_replace($vowels"""hello world of php"); 
  7. // provides: you should eat pizza, beer, and ice cream every day 
  8. $phrase  = "you should eat fruits, vegetables, and fiber every day."
  9. $healthy = array("fruits""vegetables""fiber"); 
  10. $yummy   = array("pizza""beer""ice cream"); 
  11. $newphrase = str_replace($healthy$yummy$phrase); 
  12. // provides: 2 
  13. $str = str_replace("ll""""good golly miss molly!"$count); 
  14. echo $count
  15. //利用str_replace函数指定替换次数 
  16. $array = array
  17.  array(0,1,2) 
  18.  ); 
  19. function keywords( $str,$array ) 
  20.  $count =0; 
  21.  foreach($array as $v){      
  22.   if(strstr($str,strtolower($v[0]))!==false){        
  23.    if$count <=3 ){ 
  24.     $tos = strtolower($v[0]); 
  25.     $str=preg_replace("/$tos/","<a href="http://www.php1.cn/">.$v[1]." target=_blank >".$v[2]."</a>",$str,1);//开源软件:phpfensi.com 
  26.     $count++; 
  27.     continue
  28.    } 
  29.   }     
  30.  } 
  31.  return $str;   
  32. }
转载请注明来源:php str_replace函数,可限制替换个数

  哈尔滨品用软件有限公司致力于为哈尔滨的中小企业制作大气、美观的优秀网站,并且能够搭建符合百度排名规范的网站基底,使您的网站无需额外费用,即可稳步提升排名至首页。欢迎体验最佳的哈尔滨网站建设