| 
 | ArrayObject::getFlagsGets the behavior flags. Description
   public int ArrayObject::getFlags
    ( void
   ) 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 
<?phpThe above example will output: int(0) int(2) |