PHP 8.1.28 Released!

FilterIterator::current

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

FilterIterator::current現在の要素の値を取得する

説明

public FilterIterator::current(): mixed
警告

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

現在の要素の値を取得します。

パラメータ

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

戻り値

現在の要素の値を返します。

参考

add a note

User Contributed Notes 1 note

up
0
codeiter+php-developer at crimeflare dot eu dot org
2 years ago
<?php FilterIterator::current ?> is of type <?php SplFileInfo ?>

See : https://www.php.net/manual/en/class.splfileinfo.php
To Top