PHP Classes

File: CAL

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP CLI Calculator Class   CAL   Download  
File: CAL
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP CLI Calculator Class
Perform calculations with values from the console
Author: By
Last change:
Date: 5 years ago
Size: 94 bytes
 

Contents

Class file image Download
#!/usr/bin/php

<?php

require_once 'class/CliCalculator.php';

(new
CliCalculator())->run();