Skip to content

Procedures

Marijn van Wezel edited this page Dec 9, 2022 · 1 revision

You can use functions in your Cypher query. There are many functions in Cypher, not all of which have been implemented yet.

Examples

To check whether a list is empty:

$isEmpty = Procedure::isEmpty($list);