Search DaTutorials:  
HOME
Php Tutorials
Articles
Basics
Date and Time
File Manipulations
Forms
Functions
General
Interactivity
MySql
Navigation
News,Shoutboxes and Blogs
Language Structure and Data Types
Searching
Security
String Manipulation
User Information and Stats
Search For a Tutorial
Php Reference

stristr

(PHP 3>= 3.0.6, PHP 4 , PHP 5)

stristr --  Case-insensitive strstr()

Description

string stristr ( string haystack, string needle)

Returns all of haystack from the first occurrence of needle to the end. needle and haystack are examined in a case-insensitive manner.

If needle is not found, returns FALSE.

If needle is not a string, it is converted to an integer and applied as the ordinal value of a character.

Example 1. stristr() example

<?php
  $email
= 'USER@EXAMPLE.com';
 
$domain = stristr($email, 'e');
  echo
$domain;
// outputs ER@EXAMPLE.com
?>

See also strstr(), strrchr(), substr(), and ereg().



Copyright © 2001-2004 The PHP Group
All rights reserved.

     Loans | Free Advertising | Credit Card Consolidation | Savings | Debt Management
Home     Link To Us     Ad With Us     Contact Us     Tell A Friend     Affiliates     Blog     MsOfficeHelp