|
ArrayObject::offsetExistsReturns whether the requested index exists Description
public bool ArrayObject::offsetExists(mixed
$key )Parameters
Return Values
Examples
Example #1 ArrayObject::offsetExists example
The above example will output: bool(true) bool(true) bool(false) |