php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #63135 Additional explanation for [mixed $entries] parameter
Submitted: 2012-09-21 20:19 UTC Modified: 2016-06-14 14:40 UTC
From: twilightfog at yahoo dot com Assigned: cmb (profile)
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
3 + 14 = ?
Subscribe to this entry?

 
 [2012-09-21 20:19 UTC] twilightfog at yahoo dot com
Description:
------------
---
From manual page: http://www.php.net/ziparchive.extractto
---
The manual states that the second parameter to the function: [mixed $entries] can be an array. However, it does not mention that when it is an empty array, nothing will be extracted. 

This is a important distinction as the array may be generated dynamically, and without mentioning this in the documentation the users may expect that an empty array will extract all the entries in the zip files.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-06-14 14:40 UTC] cmb@php.net
-Status: Open +Status: Not a bug -Assigned To: +Assigned To: cmb
 [2016-06-14 14:40 UTC] cmb@php.net
I think the manual is pretty clear about that:

| entries
| The entries to extract. It accepts either a single entry name or
| an array of names.

So, if an empty array is passed, no entry is extracted.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 12:01:27 2024 UTC