PEAR
[ class tree: PEAR ] [ index: PEAR ] [ all elements ]

Source for file Mirror-init.php

Documentation is available at Mirror-init.php

  1. <?php
  2. // quick-load, small memory footprint command configuration
  3. $implements = array(
  4.         'download-all' => array(
  5.             'summary' => 'Downloads each available package from the default channel',
  6.             'function' => 'doDownloadAll',
  7.             'shortcut' => 'da',
  8.             'options' => array(
  9.                 'channel' =>
  10.                     array(
  11.                     'shortopt' => 'c',
  12.                     'doc' => 'specify a channel other than the default channel',
  13.                     'arg' => 'CHAN',
  14.                     ),
  15.                 ),
  16.             'doc' => '
  17. Requests a list of available packages from the default channel ({config default_channel})
  18. and downloads them to current working directory.  Note: only
  19. packages within preferred_state ({config preferred_state}) will be downloaded'
  20.             ),
  21.         );
  22. ?>

Documentation generated on Mon, 11 Mar 2019 14:15:32 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.