|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-23 12:20 UTC] stas at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Jan 02 12:00:01 2026 UTC |
if (strpos('abcde', 'abc')) { (...) will evaluate as false since the value returned is zero. The documentation says it will return false if the string is not found.