Easy Tutorial
❮ Func Filesystem File Func Filter Var Array ❯

PHP zip_entry_name() Function



Definition and Usage

The zip_entry_name() function returns the name of a zip archive entry.

Syntax

Parameter Description
zip_entry Required. Specifies the zip entry resource to read (a zip entry opened by zip_read()).

Example

The above code will output:


❮ Func Filesystem File Func Filter Var Array ❯