Heim >Backend-Entwicklung >PHP-Tutorial >PHP字符串处理有关问题

PHP字符串处理有关问题

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-13 10:26:41769Durchsuche

PHP字符串处理问题
如:$a = wap.^222 [email protected] url.^http://www.ss.com 

程序结果是3,3代表这个字符串有3个^,怎么实现谢谢了。

------解决方案--------------------

PHP code
$a = 'wap.^222 [email protected] url.^http://www.ss.com';echo substr_count($a,'^');<div class="clear">
                 
              
              
        
            </div>
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn