QuickHashIntStringHash::exists

(PECL quickhash >= Unknown)

QuickHashIntStringHash::existsThis method checks whether a key is part of the hash

설명

public bool QuickHashIntStringHash::exists ( int $key )

This method checks whether an entry with the provided key exists in the hash.

인수

key

The key of the entry to check for whether it exists in the hash.

반환값

Returns TRUE when the entry was found, or FALSE when the entry is not found.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top