PHP » GoLang |
login |
register |
about
|
GoLang ZipArchive::getFromName
request it (327)
GoLang replacement for PHP's ZipArchive::getFromName
[edit | history]
ZipArchive::getFromName(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0) ZipArchive::getFromName — Returns the entry contents using its name Description
string ZipArchive::getFromName
( string
$name
[, int $length = 0
[, int $flags
]] )Returns the entry contents using its name. Parameters
Return Values
Returns the contents of the entry on success or ExamplesExample #1 Get the file contents
<?php Example #2 Convert an image from a zip entry
<?php |
more
Recently updated
more
Most requested
more
Last requests
|