File: pearcmd.php
Source Location: /PEAR-1.10.12/scripts/pearcmd.php
Classes:
Page Details:
PEAR, the PHP Extension and Application Repository
Command line interface PHP versions 4 and 5
Includes:
PEAR_IGNORE_BACKTRACE [line 23]
cmdHelp [line 386]
void cmdHelp(
string $command)
|
|
Return help string for specified command
Parameters
string |
$command |
Command to return help for |
error_handler [line 446]
boolean error_handler(
mixed $errno, mixed $errmsg, mixed $file, mixed $line)
|
|
error_handler
Parameters
mixed |
$errno |
Error number |
mixed |
$errmsg |
Message |
mixed |
$file |
Filename |
mixed |
$line |
Line number |
usage [line 341]
void usage(
[mixed $error = null], [mixed $helpsubject = null])
|
|
Display usage information
Parameters
mixed |
$error |
Optional error message |
mixed |
$helpsubject |
Optional subject/command to display help for |
Documentation generated on Sun, 19 Apr 2020 14:22:13 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|