PHP Minifier
    Preparing search index...

    Class SafeTransformer

    Removes comments and whitespace from a PHP script, by calling a PHP process.

    Implements

    Index

    Constructors

    Methods

    • Processes a PHP script.

      Parameters

      • file: string

        The path to the PHP script.

      Returns Promise<string>

      The transformed script.