Function __global->zip_scan_folder

Definitions

sources/zip.php

  • Find file meta information for adding to a ZIP file.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$path PATH required parameter N/A N/A The full path to the folder to add
$subpath PATH Blank (empty string) N/A N/A The subpath relative to the path (should be left as the default '', as this is used for the recursion to distinguish the adding base path from where it's currently looking)

Return

  • A list of maps that stores time,full_path,name, for each file
  • Type: array
  • Set: N/A
  • Range: N/A