Documentation on strpos
- From: "Dana Cartwright" <danapub2@xxxxxxxxxxxxxx>
- Date: Fri, 9 Feb 2007 17:38:41 -0500
At php.net, the following paragraph is the first thing in the definition of
strpos:
"Returns the numeric position of the first occurrence of needle in the
haystack string. Unlike the strrpos() before PHP 5, this function can take a
full string as the needle parameter and the entire string will be used."
I find the reference to "strrpos" confusing, coming this early in the
definition. This is the definition of strpos, not strrpos. That is, the
paragraph would make a lot more sense if it read:
"Returns the numeric position of the first occurrence of needle in the
haystack string."
Dragging in "strrpos", which used to have a restriction on "needle", seems
pointless, and worse, confusing.
But, before I report this as a problem, I'd appreciate some feedback on
this. If I'm the only person who finds this confusing, I'll just go away
and be quietly confused.
.
- Follow-Ups:
- Re: Documentation on strpos
- From: Janwillem Borleffs
- Re: Documentation on strpos
- Prev by Date: Re: loaded latest edition of Apache http server on XP, and installed php on that server...
- Next by Date: Parsing Question...
- Previous by thread: Performance/memory problems with arrays?
- Next by thread: Re: Documentation on strpos
- Index(es):
Relevant Pages
|