Skip to main content

getPhpIniEntries

Callable

  • getPhpIniEntries(php: UniversalPHP, entries?: string[]): Promise<{}>

  • Reads the php.ini file and returns its entries.


    Parameters

    • php: UniversalPHP

      The PHP instance.

    • optionalentries: string[]

      Optional. If provided, only the specified entries will be returned.

    Returns Promise<{}>

    The php.ini entries.