|
ArrayObject::getFlagsGets the behavior flags Description
public int ArrayObject::getFlags()
Gets the behavior flags of the ArrayObject. See the ArrayObject::setFlags method for a list of the available flags. ParametersThis function has no parameters. Return ValuesReturns the behavior flags of the ArrayObject. Examples
Example #1 ArrayObject::getFlags example
The above example will output: int(0) int(2) See Also
|