|
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
<?php The above example will output: NULL int(1) |