strstr

Definition

string strstr ( string $haystack , mixed $needle [, bool $before_needle = false ] )

Description

Returns part of haystack string from the first occurrence of needle to the end of haystack.

[More at php.net]

Parameters




loading


Share/bookmark - strstr


Global comments