Voting

: min(eight, five)?
(Example: nine)

The Note You're Voting On

Anonymous
1 month 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