স্কিপ করে মূল কন্টেন্ট এ যান

createLegacyPhpIniPreRunStep

Callable

  • createLegacyPhpIniPreRunStep(): (module: { FS: { mkdirTree: (path: string) => void; writeFile: (path: string, content: string) => void } }) => void

  • Returns an Emscripten preRun callback that writes LEGACY_PHP_INI_CONTENT to LEGACY_PHP_INI_PATH.


    Returns (module: { FS: { mkdirTree: (path: string) => void; writeFile: (path: string, content: string) => void } }) => void

      • (module: { FS: { mkdirTree: (path: string) => void; writeFile: (path: string, content: string) => void } }): void
      • Parameters

        • module: { FS: { mkdirTree: (path: string) => void; writeFile: (path: string, content: string) => void } }
          • FS: { mkdirTree: (path: string) => void; writeFile: (path: string, content: string) => void }

        Returns void