PHP » GoLang |
login |
register |
about
|
GoLang ArrayObject::getFlags
request it (253)
GoLang replacement for PHP's ArrayObject::getFlags
[edit | history]
ArrayObject::getFlags(PHP 5 >= 5.1.0, PHP 7) ArrayObject::getFlags — Gets 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
<?php The above example will output: int(0) int(2) |
more
Recently updated
more
Most requested
more
Last requests
|