<?php substr(string $string, int $offset, ?int $length = null): string
<?php break; } $payload = substr($payload, $amountOfBytesSent); } return $this;
<?php if (str_starts_with($output, self::SERIALIZATION_TOKEN)) { $output = unserialize( substr($output, strlen(self::SERIALIZATION_TOKEN)) ); }