Function __global->tar_close

Definitions

sources/tar.php

  • Close an open TAR resource.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$resource array No No required parameter N/A N/A The TAR file handle to close

Preview

Code (PHP)

/**
 * Close an open TAR resource.
 *
 * @param  array $resource The TAR file handle to close
 */

function tar_close(array $resource)