|
stristrCase-insensitive strstr Description
string stristr
( string
$haystack
, mixed $needle
[, bool $before_needle = false
] )
Returns all of Parameters
Return Values
Returns the matched substring. If Changelog
Examples
Example #1 stristr example
<?php
Example #2 Testing if a string is found or not
<?php
Example #3 Using a non "string" needle
<?php Notes
See Also
|