| Recommend this page to a friend! |
| Info | Documentation | Reputation | Support forum | Blog | Links |
| Ratings | Unique User Downloads | Download Rankings | ||||
| Not enough user ratings | Total: 48 | All time: 10,755 This week: 488 | ||||
| Version | License | PHP version | Categories | |||
| multiplicationtable2 1.0 | The PHP License | 7 | HTML, Math, PHP 7 |
| Description | Author | |
This class can show a multiplication results table on a Web page. |
<?php require_once("SimpleMultiplicationTable2.php");
$obj=new SimpleMultiplicationTable2();
/* You can print multiple table at onnce. $table = $obj->output(4,5,6,7,8); echo $table; if no argument given it will print 1, 20 table. */
$table = $obj->output(); echo $table;
| File | Role | Description |
|---|---|---|
| Doc. | Read me | |
| Class | Class source |
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
| multiplicationtable2-2022-05-12.zip 1KB | |
| multiplicationtable2-2022-05-12.tar.gz 1KB | |
| Install with Composer |
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% |
|
|
| Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.