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