PEAR_Info
[ class tree: PEAR_Info ] [ index: PEAR_Info ] [ all elements ]

Class: PEAR_Info_Cli

Source Location: /PEAR_Info-1.9.2/Info/Cli.php

Class Overview

PEAR_Info
   |
   --PEAR_Info_Cli

CLI Script to display information about your PEAR installation


Author(s):

Version:

  • Release: 1.9.2

Variables

Methods


Inherited Variables

Inherited Methods

Class: PEAR_Info

PEAR_Info::PEAR_Info()
PHP 4 style constructor (ZE1)
PEAR_Info::display()
Displays PEAR_Info output
PEAR_Info::getMembers()
Returns a members list depending of its category (group, docs, website)
PEAR_Info::getStyleSheet()
Returns the custom style sheet to use for presentation
PEAR_Info::packageInstalled()
Check if a package is installed
PEAR_Info::pearImage()
Display the PEAR logo
PEAR_Info::setProxy()
Sets PEAR HTTP Proxy Server Address
PEAR_Info::setStyleSheet()
Sets the custom style sheet to use your own styles
PEAR_Info::show()
Shows PEAR_Info output
PEAR_Info::toHtml()
Returns PEAR_Info output (html code)

Class Details

[line 45]
CLI Script to display information about your PEAR installation

  1.  <?php
  2.      require_once 'PEAR/Info/Cli.php';
  3.      $cli = new PEAR_Info_Cli();
  4.      $cli->run();
  5.  ?>



[ Top ]


Class Variables

$args =

[line 63]

  • Var: instance
  • Since: 1.8.0

Type:   object Console_Getargs


[ Top ]

$error =

[line 57]

  • Var: error message
  • Since: 1.8.0

Type:   string


[ Top ]

$opts = array()

[line 51]

  • Var: Current CLI Flags
  • Since: 1.8.0

Type:   array


[ Top ]



Method Detail

PEAR_Info_Cli (Constructor)   [line 221]

PEAR_Info_Cli PEAR_Info_Cli( )

ZE1 PHP4 Compatible Constructor
  • Since: 1.8.0

[ Top ]

__construct (Constructor)   [line 71]

PEAR_Info_Cli __construct( )

ZE2 Constructor
  • Since: 1.8.0

[ Top ]

run   [line 233]

void run( )

Run the CLI Script
  • Since: 1.8.0
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:29:09 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.