You are here : phpstringstrcoll

strcoll() - string

Note that this comparison is case sensitive, and unlike
   strcmp() this function is not binary safe.
Parameters :
  • str1 - The first string.
  • str2 - The second string.

  • Syntax

    int strcoll
        ( string $str1
       , string $str2
       )


    Example


    Output / Return Value


    Limitations


    Alternatives / See Also


    Reference