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