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

Method Reset

testdata/integration/class_methods.go:37–39  ·  view source on GitHub ↗

export_php:method Counter::reset(): void

()

Source from the content-addressed store, hash-verified

35
36// export_php:method Counter::reset(): void
37func (c *CounterStruct) Reset() {
38 c.Value = 0
39}
40
41// export_php:method Counter::addValue(int $amount): int
42func (c *CounterStruct) AddValue(amount int64) int64 {

Callers 6

BenchmarkEchoFunction · 0.80
WithRequestSplitPathFunction · 0.80
extractVariablesMethod · 0.80
listenForFileEventsMethod · 0.80
parsePhpServerFunction · 0.80

Calls

no outgoing calls

Tested by 1

BenchmarkEchoFunction · 0.64