Aller au contenu principal

SinglePHPInstanceManagerOptions

Index

Properties

Properties

optionalphp

php?: PHP

Either provide an existing PHP instance...

optionalphpFactory

phpFactory?: () => Promise<PHP>

...or a factory to create one on demand.


Type declaration

    • (): Promise<PHP>
    • Returns Promise<PHP>

Page Options