|
||||||||||||
|
New in This Group Notes Status, 23322 total3/28/2010 12:36:22 PM Notes Status, 22746 total12/13/2009 12:34:00 PM note 94737 added to function.explode11/21/2009 2:49:15 AM note 94736 added to function.include11/21/2009 12:54:03 AM note 94735 added to book.curl11/20/2009 11:31:12 PM note 94734 added to language.oop5.abstract11/20/2009 10:16:10 PM note 94733 added to function.addslashes11/20/2009 9:04:30 PM note 94732 added to function.readdir11/20/2009 6:45:32 PM note 94731 added to streamwrapper.construct11/20/2009 6:27:10 PM note 94730 added to faq.databases11/20/2009 5:24:17 PM |
note 95384 added to function.strcmp
|
|||||||||||
| 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 |
note 97095 added to soapclient.soapclient
note 97094 added to function.sqlite-changes
note 97093 added to function.sqlite-changes
note 97092 added to ref.xmlrpc
note 97091 added to function.var-export