echo strcmp ('Apple', 'Banana'); // returns < 0 echo strcmp ('apple', 'Apple'); // returns > 0 echo strcmp ('1', 'test'); // returns < 0