PHP Velho Oeste 2024

ZipArchive::unchangeName

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

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

설명

bool ZipArchive::unchangeName ( string $name )

Revert all changes done to an entry.

인수

name

Name of the entry.

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.

add a note add a note

User Contributed Notes

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