PHP 8.5.0 Alpha 4 available for testing

Voting

: six plus one?
(Example: nine)

The Note You're Voting On

Anonymous
2 months ago
If you are only trying to detect the presence of $needle within $haystack, consider using strpos() instead. It is faster/more efficient for that specific purpose.

<< Back to user notes page

To Top