Name

isempty — Returns whether the map m is empty.

Synopsis

boolean isempty ( map m );
 

Parameters

map m

Map

Return

boolean

Emptiness of map m

Description

Notice that the map m must not be nil.

Usage

  isempty($[]) -> true
 

  isempty($[ `host : "pandora" ]) -> false