PHP Classes

File: Examples/examples.inc.php

Recommend this page to a friend!
  Classes of Christian Vigh   PHP Command Line Arguments Parser   Examples/examples.inc.php   Download  
File: Examples/examples.inc.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Command Line Arguments Parser
Parse and extract arguments from the command line
Author: By
Last change: Update of Examples/examples.inc.php
Date: 1 year ago
Size: 334 bytes
 

Contents

Class file image Download
<?php
/**************************************************************************************************************

    Common include file for all the examples.

 **************************************************************************************************************/

require_once ( dirname ( __FILE__ ) . '/../CL.php' ) ;