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