Page MenuHomeWickedGov Phorge

strpos.t
No OneTemporary

Size
229 B
Referenced Files
None
Subscribers
None

strpos.t

strpos( "foobarfoo", "foo" ) === 0 &
strpos( "foobarfoo", "" ) === -1 &
strpos( "foobarfoo", "foo", 1 ) === 6 &
strpos( "foobarfoo", "lol" ) === -1 &
/* Offset not contained in the haystack */
strpos( "foo", "o", 123456 ) === -1

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 3, 19:21 (1 d, 13 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
68/66/b3f02b453c25a3adb372430116bd
Default Alt Text
strpos.t (229 B)

Event Timeline