| 
 | ArrayObject::setFlagsSets the behavior flags. Description
   public void ArrayObject::setFlags
    ( int  $flags)Set the flags that change the behavior of the ArrayObject. Parameters
 
 Return ValuesNo value is returned. Examples
 Example #1 ArrayObject::setFlags example 
<?phpThe above example will output: NULL int(1) |