Source for file Sum.php
Documentation is available at Sum.php
* Sum up a bunch of numbers
* @author Joe Stump <joe@joestump.net>
public function run($arg)
return array ('sum' => $sum);
Documentation generated on Mon, 11 Mar 2019 15:21:09 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|