Filter all values not having the passed value.
public filterNotEqual ( mixed $varValue ) : string[] | null | ||
$varValue | mixed | The value to use as upper end. |
return | string[] | null | The list of item ids of all items matching the condition or null if all match. |