CakeFest 2024: The Official CakePHP Conference

FilterIterator::current

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

FilterIterator::currentGet the current element value

Descrizione

public FilterIterator::current(): mixed
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Get the current element value.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The current element value.

Vedere anche:

add a note

User Contributed Notes 1 note

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

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