MCPcopy Create free account
hub / github.com/apache/avro / string

Method string

lang/php/lib/IO/AvroStringIO.php:240–243  ·  view source on GitHub ↗

* @returns string * @uses self::__toString() */

()

Source from the content-addressed store, hash-verified

238 * @uses self::__toString()
239 */
240 public function string()
241 {
242 return (string) $this;
243 }
244
245 /**
246 * @returns string

Callers 15

test_string_repMethod · 0.45
test_aliasedMethod · 0.45
testRecordNullFieldMethod · 0.45
write_read.phpFile · 0.45
write_blockMethod · 0.45
requestMethod · 0.45
respondMethod · 0.45
read_framed_messageMethod · 0.45
to_sMethod · 0.45
encodeMethod · 0.45
test_buffer_writingMethod · 0.45

Calls

no outgoing calls

Tested by 12

test_string_repMethod · 0.36
test_aliasedMethod · 0.36
testRecordNullFieldMethod · 0.36
encodeMethod · 0.36
test_buffer_writingMethod · 0.36
test_skip_longMethod · 0.36
test_skip_intMethod · 0.36
test_skip_unionMethod · 0.36
checkserMethod · 0.36
read_datumMethod · 0.36
testCommonSchemaFunction · 0.36