PHP » GoLang |
login |
register |
about
|
GoLang ZipArchive::locateName
request it (285)
GoLang replacement for PHP's ZipArchive::locateName
[edit | history]
ZipArchive::locateName(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.5.0) ZipArchive::locateName — Returns the index of the entry in the archive Description
int ZipArchive::locateName
( string
$name
[, int $flags
] )Locates an entry using its name. Parameters
Return Values
Returns the index of the entry on success or ExamplesExample #1 Create an archive and then use it with ZipArchive::locateName()
<?php The above example will output: 0 1 2 |
more
Recently updated
more
Most requested
more
Last requests
|