From 7ba2f9b296e3812c7891f6e3323f9bf22320035f Mon Sep 17 00:00:00 2001 From: Fonata Date: Wed, 25 Dec 2019 15:04:07 +0100 Subject: [PATCH] Added an example for a verbal comparison --- examples/conditions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/conditions.php b/examples/conditions.php index f085064..ef8b0bc 100644 --- a/examples/conditions.php +++ b/examples/conditions.php @@ -17,6 +17,7 @@ $csv = new Csv(); $csv->conditions = 'author does not contain dan brown'; // $csv->conditions = 'rating < 4 OR author is John Twelve Hawks'; // $csv->conditions = 'rating > 4 AND author is Dan Brown'; +// $csv->conditions = 'rating is greater than 4'; # Parse '_books.csv' using automatic delimiter detection.