Is there a pre-defined function in PHP that will automatically make all characters in a string capital or lowercase letters?
This is in reference to comparing strings, but they don't have to be the same case.
If there's not a pre-defined function, any ideas on coding my own would be appreciated.