1. 15
    Create a Boolean variable in PHP
    3m 28s

Create a Boolean variable in PHP

InstructorMark Shust

Share this video with your friends

Send Tweet

Booleans toggle variables to true or false, depending on the outcome of the expression. You can also negate values, which reverses the polarity of the PHP variable.