?? [ka?nt] ??? [ka?nt]

n.? ??; ?? ???: ??? ?? ??: ???;

PHP substr_count() ?? ???

??: ?? ????? ???? ?? ??? ?????.

??: ??substr_count(string,substring,start,length)

????:

ParametersDescription
??? ?????. ??? ???? ?????.
?? ??? ?????. ??? ???? ?????.
?? ????. ????? ??? ??? ??? ?????.
?? ????. ?? ??? ?????.

??: ???? ?? ???? ???? ??? ???. ?? ???? ????? ?????. ? ??? ??? ?? ???? ???? ????. ? ??? ?? ????? ?? ????? ?? ?? ??? ???? ?? ??? ?????.

PHP substr_count() ?? ?

<?php
echo substr_count("I love php.I'm study in php.cn","php");
?>
rerun ?????

??? ????? ??? "???? ??"??? ??????. ??? ????? ???

??:

2