|
ArrayObject::getFlagsGets the behavior flags. Beschreibung
public int ArrayObject::getFlags
( void
)
Gets the behavior flags of the ArrayObject. See the ArrayObject::setFlags method for a list of the available flags. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the behavior flags of the ArrayObject. Beispiele
Beispiel #1 ArrayObject::getFlags example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: int(0) int(2) |