Operator Php

if ('6 p' < '55 c') {
    print '"6 p" is less than than the string "55 c".';
} else {
    print '"6 p" is not less than the string "55 c".';
}