* A string is encoded as a long followed by that many bytes * of UTF-8 encoded character data. * @returns string */
()
| 179 | * @returns string |
| 180 | */ |
| 181 | public function readString() |
| 182 | { |
| 183 | return $this->readBytes(); |
| 184 | } |
| 185 | |
| 186 | /** |
| 187 | * @returns string |