wshResult

July 23, 2019 ยท View on GitHub

  • class wshResult (bundle\windows\result\wshResult)
  • source bundle/windows/result/wshResult.php

Properties

  • ->process : Process
  • ->charset : mixed

Methods

  • ->__construct()
  • ->setCharset()
  • ->getOutput()
  • ->getError()
  • ->decodeStream()

Methods

__construct()

__construct(php\lang\Process $process): void

setCharset()

setCharset(mixed $charset): void

getOutput()

getOutput(): void

getError()

getError(): void

decodeStream()

decodeStream(mixed $stream): void

Contents

  1. 0.1__construct()
  2. 0.2setCharset()
  3. 0.3getOutput()
  4. 0.4getError()
  5. 0.5decodeStream()