Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_rep
Method · 0.45
test_aliased
Method · 0.45
testRecordNullField
Method · 0.45
testRecordFieldWithDefault
Method · 0.45
write_read.php
File · 0.45
write_block
Method · 0.45
request
Method · 0.45
respond
Method · 0.45
read_framed_message
Method · 0.45
to_s
Method · 0.45
encode
Method · 0.45
test_buffer_writing
Method · 0.45
Calls
no outgoing calls
Tested by
12
test_string_rep
Method · 0.36
test_aliased
Method · 0.36
testRecordNullField
Method · 0.36
testRecordFieldWithDefault
Method · 0.36
encode
Method · 0.36
test_buffer_writing
Method · 0.36
test_skip_long
Method · 0.36
test_skip_int
Method · 0.36
test_skip_union
Method · 0.36
checkser
Method · 0.36
read_datum
Method · 0.36
testCommonSchema
Function · 0.36