|
strstrFind the first occurrence of a string Description
string strstr
( string
$haystack
, mixed $needle
[, bool $before_needle = false
] )
Returns part of
Parameters
Return Values
Returns the portion of string, or Changelog
Examples
Example #1 strstr example
<?php See Also
|