Join Up!
104886 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousstripslashesstrlennext
Last updated: Tue, 29 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | German

stristr

(PHP 3>= 3.0.6, PHP 4 )

stristr --  strstr() sin tener en cuenta mayúsculas o minúsculas

Descripción

string stristr ( string pajar, string aguja)

Devuelve todo el pajar desde la primera aparición de la aguja, siendo el pajar examinado sin tener en cuenta mayúsculas o minúsculas.

Si la aguja no se encuentra, devuelve FALSE.

Si la aguja no es una cadena, es convertida a entero y usada como código de un carácter ASCII.

Vea también strchr(), strrchr(), substr(), y ereg().

User Contributed Notes
stristr
add a note about notes
There are no user contributed notes for this page.
previousstripslashesstrlennext
Last updated: Tue, 29 Oct 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST