MCPcopy Create free account
hub / github.com/php/frankenphp / GetData

Method GetData

testdata/integration/class_methods.go:65–67  ·  view source on GitHub ↗

export_php:method StringHolder::getData(): string

()

Source from the content-addressed store, hash-verified

63
64// export_php:method StringHolder::getData(): string
65func (sh *StringHolderStruct) GetData() unsafe.Pointer {
66 return frankenphp.PHPString(sh.Data, false)
67}
68
69// export_php:method StringHolder::getLength(): int
70func (sh *StringHolderStruct) GetLength() int64 {

Callers

nothing calls this directly

Calls 1

PHPStringFunction · 0.92

Tested by

no test coverage detected