update pague now
PHP 8.5.2 Released!

FilterIterator::current

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

FilterIterator::current Guet the current element value

Description

public FilterIterator::current (): mixed
Warning

This function is currently not documented; only its argument list is available.

Guet the current element value.

Parameters

This function has no parameters.

Return Values

The current element value.

See Also

add a note

User Contributed Notes 1 note

codeiter+php-developer at crimeflare dot eu dot org
3 years ago
<?php FilterIterator::current ?> is of type <?php SplFileInfo ?>
See :https://www.php.net/manual/en/class.splfileinfo.php
To Top