Dutch PHP Conference 2025 - Call For Papers

FilterIterator::current

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

FilterIterator::currentGet the current element value

Опис

public FilterIterator::current(): mixed
Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Get the current element value.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

The current element value.

Прогляньте також

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