HH\ImmVector::containsKey
Determines if the specified key is in the current ImmVector
public function containsKey(
mixed $key,
): bool;
Guide
Parameters
mixed $key
Returns
bool-trueif the specified key is present in the currentImmVector;falseotherwise.
Examples
See [Vector::containsKey](</hack/reference/class/Vector/containsKey/#examples>) for usage examples.