PHP Doku:: Set max depth - recursiveiteratoriterator.setmaxdepth.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStandard PHP Library (SPL)IteratorenThe RecursiveIteratorIterator classRecursiveIteratorIterator::setMaxDepth

Ein Service von Reinhard Neidl - Webprogrammierung.

The RecursiveIteratorIterator class

<<RecursiveIteratorIterator::rewind

RecursiveIteratorIterator::valid>>

RecursiveIteratorIterator::setMaxDepth

(PHP 5 >= 5.1.0)

RecursiveIteratorIterator::setMaxDepthSet max depth

Beschreibung

public void RecursiveIteratorIterator::setMaxDepth ([ string $max_depth = -1 ] )

Set the maximum allowed depth.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

max_depth

The maximum allowed depth. -1 is used for any depth.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Fehler/Exceptions

Emits an Exception if max_depth is less than -1.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)