CakeFest 2024: The Official CakePHP Conference

RecursiveTreeIterator::getPrefix

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

RecursiveTreeIterator::getPrefix接頭辞を取得する

説明

public RecursiveTreeIterator::getPrefix(): string

現在の要素の前に置く文字列を取得します。

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

この関数にはパラメータはありません。

戻り値

現在の要素の前に置く文字列を返します。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top