Chalarangelo / 30-seconds-of-php

Short PHP code snippets for all your development needs

Home Page:https://www.30secondsofcode.org/php/p/1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starts With and strpos?

ChaosExAnima opened this issue · comments

commented

Hi there!

Curious about the example for startsWith. Is there a reason 0 === strpos( $haystack, $needle ) wasn't used? If not, happy to open a PR- from my understanding, strpos is much faster.

Thanks!

commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for any follow-up tasks.