<?php str_starts_with(string $haystack, string $needle): bool
<?php $output = $this->output; if (str_starts_with($output, self::SERIALIZATION_TOKEN)) { $output = unserialize( substr($output, strlen(self::SERIALIZATION_TOKEN)) );