★ wanayoo — archive 1999 http://fr.php.net/manual/function.strcmp.phpNouvelle recherche | Portail wanayoo
PHP Friday, April 13, 2001  
downloads | documentation | faq | support | reporting bugs | links 

search for in the  


previousstrchr
strcspnnext

Last updated: Mon, 08 Jan 2001

strcmp

(PHP 3, PHP 4 )

strcmp -- Binary safe string comparison

Description

int strcmp (string str1, string str2)

Returns < 0 if str1 is less than str2; > 0 if str1 is greater than str2, and 0 if they are equal.

Note that this comparison is case sensitive.

See also ereg(), strcasecmp(), substr(), stristr(), strncasecmp(), strncmp(), and strstr().

previousstrchr
strcspnnext

Last updated: Mon, 08 Jan 2001
add note | about notes

show source | credits | mirror sites:  

Copyright © 2001 The PHP Group
All rights reserved.
This mirror generously provided by: L'Université Michel de Montaigne Bordeaux III
Last updated: Fri Apr 13 09:32:54 2001 MET DST