Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeMessageEnd
Method
writeMessageEnd
lib/php/lib/Protocol/TJSONProtocol.php:465–468 ·
view source on GitHub ↗
* Close the message */
()
Source
from the content-addressed store, hash-verified
463
* Close the message
464
*/
465
public function writeMessageEnd()
466
{
467
$this->writeJSONArrayEnd();
468
}
469
470
/**
471
* Writes a struct header.
Callers
nothing calls this directly
Calls
1
writeJSONArrayEnd
Method · 0.95
Tested by
no test coverage detected