Browse Source

yet another query example

tags/1.0
Paul Rock 6 years ago
parent
commit
c094866a33
  1. 5
      README.md

5
README.md

@ -272,6 +272,11 @@ $query =
->where('type', 'ether')
->where('type', 'vlan')
->operations('|');
/// Get all routes that have non-empty comment
$query =
(new Query('/ip/route/print'))
->where('comment', '>', null);
```
<details>

Loading…
Cancel
Save