Cassandra\Type\Map::create PHP Method

create() public method

Creates a new Cassandra\Map from the given values.
public create ( $value = null ) : Cassandra\Map
return Cassandra\Map A set with given values.
    public function create($value = null)
    {
    }