substr_count and an array as a needle

clairmgam

New Member
How to use substr_count with an array as a needle. Like this:\[code\]substr_count($str, array('find_this', 'or_find_this'));\[/code\]
 
Back
Top