Documentation

Cli.php

Copyright 2003-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Tags
author

Chuck Hagenbuch chuck@horde.org

author

Jan Schneider jan@horde.org

category

Horde

license

http://www.horde.org/licenses/lgpl21 LGPL

Interfaces, Classes, Traits and Enums

Horde_Cli
Horde_Cli API for basic command-line functionality/checks.

Table of Contents

STDERR  = fopen('php://stderr', 'r')
STDIN  = fopen('php://stdin', 'r')
STDOUT  = fopen('php://stdout', 'r')

Constants

STDERR

public mixed STDERR = fopen('php://stderr', 'r')

STDIN

public mixed STDIN = fopen('php://stdin', 'r')

STDOUT

public mixed STDOUT = fopen('php://stdout', 'r')

Search results