PHP Classes

File: cli.php

Recommend this page to a friend!
  Classes of Aleksandar Zivanovic   PHP CLI Commands   cli.php   Download  
File: cli.php
Role: Example script
Content type: text/plain
Description: Command runner
Class: PHP CLI Commands
Process CLI arguments with external classes
Author: By
Last change:
Date: 8 years ago
Size: 64 bytes
 

Contents

Class file image Download
<?php

require_once 'Command.php';

Command::execute($argv);