Skip to main content

$false

The $false operator returns the boolean value false.

Input

  • No parameters required

Output

  • The boolean value false

Examples

Basic Usage

Result: false

Using in Conditional

Result: true if score is greater than 90, otherwise false