Overview

Namespaces

  • Peridot
    • WebDriverManager
      • Binary
        • Decompression
        • Request
      • Console
      • Event
      • OS
      • Process
      • Test
  • PHP

Classes

  • ZipDecompressor

Interfaces

  • BinaryDecompressorInterface
  • Overview
  • Namespace
  • Class
  • Tree

Interface BinaryDecompressorInterface

BinaryDecompressorInterface describes how to extract the contents of a compressed binary.

Direct known implementers

Peridot\WebDriverManager\Binary\BinaryResolver, Peridot\WebDriverManager\Binary\Decompression\ZipDecompressor, Peridot\WebDriverManager\Test\TestDecompressor
Namespace: Peridot\WebDriverManager\Binary\Decompression
Package: Peridot\WebDriverManager\Binary\Decompression
Located at Binary/Decompression/BinaryDecompressorInterface.php
Methods summary
public boolean
# extract( string $compressedFilePath, string $directory )

Extract a compressed file to the given directory.

Extract a compressed file to the given directory.

Parameters

$compressedFilePath
$directory

Returns

boolean
WebDriver Manager API documentation generated by ApiGen