PHP Velho Oeste 2024

ZipArchive::unchangeName

(PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.5.0)

ZipArchive::unchangeNameRevert all changes done to an entry with the given name

Descrição

public ZipArchive::unchangeName(string $name): bool

Revert all changes done to an entry.

Parâmetros

name

Name of the entry.

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

add a note add a note

User Contributed Notes

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