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

Source for file Build-init.php

Documentation is available at Build-init.php

  1. <?php
  2. // quick-load, small memory footprint command configuration
  3. $implements = array(
  4.         'build' => array(
  5.             'summary' => 'Build an Extension From C Source',
  6.             'function' => 'doBuild',
  7.             'shortcut' => 'b',
  8.             'options' => array(),
  9.             'doc' => '[package.xml]
  10. Builds one or more extensions contained in a package.'
  11.             ),
  12.         );
  13. ?>

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