MCPcopy Index your code
hub / github.com/php/frankenphp / WithPhpIni

Function WithPhpIni

options.go:145–150  ·  view source on GitHub ↗

WithPhpIni configures user defined PHP ini settings.

(overrides map[string]string)

Source from the content-addressed store, hash-verified

143
144// WithPhpIni configures user defined PHP ini settings.
145func WithPhpIni(overrides map[string]string) Option {
146 return func(o *opt) error {
147 o.phpIni = overrides
148 return nil
149 }
150}
151
152// WithMaxWaitTime configures the max time a request may be stalled waiting for a thread.
153func WithMaxWaitTime(maxWaitTime time.Duration) Option {

Callers 2

runTestFunction · 0.92
StartMethod · 0.92

Calls

no outgoing calls

Tested by 1

runTestFunction · 0.74