MCPcopy Create free account
hub / github.com/Print3M/ByteCaster / php

Method php

output/output.go:152–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150}
151
152func (o *output) php() {
153 /*
154 $buffer = [
155 0x48, 0x65, 0x6C, 0x6C, 0x6F,
156 ];
157 */
158 fmt.Print("$buffer = [\n")
159
160 o.bytesArray(4, 8)
161
162 fmt.Println(",\n];")
163 fmt.Println()
164 fmt.Printf("$bufferSize = %d;\n", len(o.data))
165}
166
167func (o *output) csharp() {
168 /*

Callers 1

OutputFunction · 0.95

Calls 1

bytesArrayMethod · 0.95

Tested by

no test coverage detected