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
-true
if the specified key is present in the currentImmVector
;false
otherwise.
Examples
See Vector::containsKey
for usage examples.