php-groups.com | Post Question | Search | About | Groups | Contact | Register | Login


New in This Group

Notes Status, 23322 total
3/28/2010 12:36:22 PM

Notes Status, 22746 total
12/13/2009 12:34:00 PM

note 94737 added to function.explode
11/21/2009 2:49:15 AM

note 94736 added to function.include
11/21/2009 12:54:03 AM

note 94735 added to book.curl
11/20/2009 11:31:12 PM

note 94734 added to language.oop5.abstract
11/20/2009 10:16:10 PM

note 94733 added to function.addslashes
11/20/2009 9:04:30 PM

note 94732 added to function.readdir
11/20/2009 6:45:32 PM

note 94731 added to streamwrapper.construct
11/20/2009 6:27:10 PM

note 94730 added to faq.databases
11/20/2009 5:24:17 PM

note 95384 added to function.strcmp Reply

Group: php.notes Subscribe Posted:12/30/2009 12:27:07 PM Replies:1 Views:5 Items(1)
strcmp() is a binary safe comparison method.
Ex: int strcmp ( string $str1 , string $str2 )

The strcmp() function compares two strings as described above.

This function returns:

* 0 - if the two strings are equal
* <0 - if string1 is less than string2
* >0 - if string1 is greater than string2
----
Server IP: 69.147.83.197
Probable Submitter: 61.8.151.76
----
Manual Page -- http://www.php.net/manual/en/function.strcmp.php
Edit -- https://master.php.net/note/edit/95384
Del: integrated -- https://master.php.net/note/delete/95384/integrated
Del: useless -- https://master.php.net/note/delete/95384/useless
Del: bad code -- https://master.php.net/note/delete/95384/bad+code
Del: spam -- https://master.php.net/note/delete/95384/spam
Del: non-english -- https://master.php.net/note/delete/95384/non-english
Del: in docs -- https://master.php.net/note/delete/95384/in+docs
Del: other reasons-- https://master.php.net/note/delete/95384
Reject -- https://master.php.net/note/reject/95384
Search -- https://master.php.net/manage/user-notes.php

sanjaysahu.onl...@gmail.com
12/30/2009 12:27:07 PM




Note Submitter: sanjaysahu dot online at gmail dot com
Reason: 5

----

strcmp() is a binary safe comparison method.
Ex: int strcmp ( string $str1 , string $str2 )

The strcmp() function compares two strings as described above.

This function returns:

* 0 - if the two strings are equal
* <0 - if string1 is less than string2
* >0 - if string1 is greater than string2
danbr...@php.net
12/31/2009 4:25:10 PM


Reply:
| or Email(not shown): Name: | Register | Login

Alert me when someone responds to this posting.











Newest Articles

note 97095 added to soapclient.soapclient
4/1/2010 5:58:19 AM

note 97094 added to function.sqlite-changes
4/1/2010 5:06:46 AM

note 97093 added to function.sqlite-changes
4/1/2010 5:06:21 AM

note 97092 added to ref.xmlrpc
4/1/2010 4:52:18 AM

note 97091 added to function.var-export
4/1/2010 3:32:03 AM