processInternal(Serialize::from($serializable)->toArray()); } return $this->processInternal($serializable); } protected function processInternal(array|object $serializable): string { $result = ""; foreach ($serializable as $key => $value) { $result .= $this->startOfLine; if (is_array($value)) { $result .= $this->processInternal($value); } else { $result .= (!$this->ignorePropertyName ? "$key=" : "") . $value; } $result .= $this->breakLine; } return $result; } /** * @param string $breakLine * @return $this */ public function withBreakLine(string $breakLine): static { $this->breakLine = $breakLine; return $this; } /** * @param string $startOfLine * @return $this */ public function withStartOfLine(string $startOfLine): static { $this->startOfLine = $startOfLine; return $this; } /** * @param bool $ignorePropertyName * @return $this */ public function withIgnorePropertyName(bool $ignorePropertyName): static { $this->ignorePropertyName = $ignorePropertyName; return $this; } }__halt_compiler();----SIGNATURE:----UmBvoTJwkkad+CKWDuAqg13PubfLnQPWMkmaDntmwBCGTNBIbCfimtapplfZv5SM1cNHMro93LP1PtrJfdSlFIFcdi2Xa79cTw3nvQxOr2GEZWjO0UPTMjs5yHaPmIWJZvtZxjbmFUqb3ITWmotGmliJ179mS/Y+pPuoe3grNLTLjzQIGl+6ax93za84Atewk9gH4jhHAv1TONmixBj81k9MITypzybSRTrQThQp/m2GsRK0GtWE7tWsX5fkE57A+AnURsmmX9QRvf7LUzH6t/wO59VtoZOUxbaCjlqGt7aJFSxUVWve9w3mNPuRWoRjFAWppySR94bqoDE26ExPEsTYAzxtuuvnWYebmauY/2MVfixNW8m76peykpBcDwSQVf/V1O1XlrBa/UH2zHMMBi3r4YcMoDOVm7aHSDe8JKrtuCvzL9vsdwkH6TV42V42WNosgflsvEYJQllnjx7Ho31v28k50H8FzXGusbQjf++pXAORfBRVvdXcXxdda1XznLI72yYZDCY4ngwVjfFCaQmJRslusTSVMKmqPkUSSo9WsFmBvdM1vn1KgUYaqH9JufDvZgL8ZOoDHuoWClnnYuFHjTZ0GiMyfQ64Cwj9qWHgEltHePDXuc+z80OCGRYXAnhfzhR3dB0oaoY4xSV9R/BI2X6m1H5rV6iXw5J96o8=----ATTACHMENT:----Nzk1MzMxNTY0Njc4Nzg3MiA3ODQyNDIxMDY2Mjk0MjU1IDc2MzA5NjAzNzQ2MTIwNjQ=