/**
 * Determine whether the string is Boolean and it is FALSE.
 *
 * @return bool Returns TRUE on success or FALSE otherwise.
 */
public function isFalse(): bool

Examples

if (Strings::create('off')->isFalse()) {
    // do something...
}

Getting Started

Methods