* Writes a struct header. * * @param string $name Struct name * @throws TException on write error * @return int How many bytes written */
($name)
| 99 | * @return int How many bytes written |
| 100 | */ |
| 101 | public abstract function writeStructBegin($name); |
| 102 | |
| 103 | /** |
| 104 | * Close a struct. |