UFPhp contains support methods related to PHP.

Hierarchy

  • UFPhp

Constructors

Methods

Constructors

Methods

  • Parses a php configuration file. The configuration file should contain a single return statement that returns a php array.

    The array gets converted to a JSON formatted structure and then parsed.

    Returns

    Parsed configuration.

    Parameters

    • aFilename: string

      File to parse (including path on server)

    Returns Promise<any>

Generated using TypeDoc