Operator Php

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