March 2002
Intermediate to advanced
528 pages
21h 29m
English
strpos
int strpos(stringstring, stringvalue[, intoffset])
Returns the position of the first occurrence of
value in
string. If specified, the function begins
its search at position offset. Returns
false if value is not
found.