<?php strlen(string $string): int
<?php break; } $length = strlen($payload); $amountOfBytesSent = socket_write($this->socket, $payload, $length);
<?php if (str_starts_with($output, self::SERIALIZATION_TOKEN)) { $output = unserialize( substr($output, strlen(self::SERIALIZATION_TOKEN)) ); }