Skip to content

Add 'not_inarray' case too #10

@osabate

Description

@osabate

I found useful using this case too. Thanks!

case 'notinarray':
case 'not_inarray':
      $operand = explode(',',$operand);
      $output = (!in_array($subject,$operand) ? $then : (isset($else) ? $else : ''));
      break;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions