show/hide this revision's text 2 edited tags
show/hide this revision's text 1

php operator <>

can someone explain this one to me? a link to something in the php manual even?? i can't find anything:

if ($_SERVER['SERVER_PORT'] <> 443) {
    doSomething();
}