inflate_get_read_len

(PHP 7 >= 7.2.0, PHP 8)

inflate_get_read_lenGet number of bytes read so far

Descrizione

inflate_get_read_len(InflateContext $context): int

Avviso

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

Elenco dei parametri

context

Valori restituiti

Returns number of bytes read so far o false in caso di fallimento.

Log delle modifiche

Versione Descrizione
8.0.0 context expects an InflateContext instance now; previously, a resource was expected.
add a note add a note

User Contributed Notes

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