FriendsOfShopware / FroshProfiler

This plugin allows you to profile your Shopware 5 application
MIT License
157 stars 41 forks source link

[TASK] Use recommend strpos #27

Closed xf- closed 7 years ago

xf- commented 7 years ago

http://php.net/manual/en/function.strstr.php

Note:

If you only want to determine if a particular needle occurs within haystack, use the faster and less memory intensive function strpos() instead.