Negating a result of a Boolean expression

It is possible to negate the result of a Boolean expression in PHP by using keyword NOT.

in this case True will become False, and False will become True.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator