Overview

Namespaces

  • Webmozart
    • Console
      • Adapter
      • Api
        • Application
        • Args
          • Format
        • Command
        • Config
        • Event
        • Formatter
        • IO
        • Resolver
      • Args
      • Config
      • Formatter
      • Handler
        • Help
      • IO
        • InputStream
        • OutputStream
      • Process
      • Resolver
      • UI
        • Alignment
        • Component
        • Help
        • Layout
        • Style
      • Util

Classes

  • ProcessTitle
  • SimilarCommandName
  • StringUtil
  • Overview
  • Namespace
  • Class

Class ProcessTitle

Sets and resets the PHP process title.

Namespace: Webmozart\Console\Util
Author: Bernhard Schussek bschussek@gmail.com
Since: 1.0
Located at Util/ProcessTitle.php
Methods summary
public static boolean
# isSupported( )

Returns whether process titles can be set.

Returns whether process titles can be set.

Returns

boolean

Returns true if process titles can be set and false otherwise.

public static
# setProcessTitle( string $processTitle )

Sets the title of the PHP process.

Sets the title of the PHP process.

Parameters

$processTitle
The process title.
public static
# resetProcessTitle( )

Resets the title of the PHP process to the previous value.

Resets the title of the PHP process to the previous value.

Webmozart Console API API documentation generated by ApiGen