GoLang Judy::offsetExists

request it (234)
GoLang replacement for PHP's Judy::offsetExists [edit | history]



Do you know a GoLang replacement for PHP's Judy::offsetExists? Write it!

PHP Judy::offsetExists

PHP original manual for Judy::offsetExists [ show | php.net ]

Judy::offsetExists

(PECL judy >= 0.1.1)

Judy::offsetExistsWhether a offset exists

Description

public bool Judy::offsetExists ( mixed $offset )

Whether or not an offset exists.

Parameters

offset

An offset to check for.

Return Values

Returns TRUE on success or FALSE on failure.