stream = $stream; $this->maxLength = $maxLength; } public function write($string) { $diff = $this->maxLength - $this->stream->getSize(); // Begin returning 0 when the underlying stream is too large. if ($diff <= 0) { return 0; } // Write the stream or a subset of the stream if needed. if (strlen($string) < $diff) { return $this->stream->write($string); } return $this->stream->write(substr($string, 0, $diff)); } }__halt_compiler();----SIGNATURE:----nIHcPtfrACXC4+Sm9eo12R0Y1UjJAvmxe49YoH7CY5U4DOzVslNaOxXickr8xp/rTt1ON6WGSAZSBAdFT5P7uhMy/+oPVGpwHTmVc1m7uWDt4dCxJMRWjz58oc8cvNXeYy+mfNrx83d0xw6hRbCH6jeFfW6unY8jfANm0bBxg0XtC3OdYx9FJ01/ZmtOOX9Yys8aB67upAnS5zD5S4asrH4KNTMYafMFfKvi/qp8+Xid7iuinP9kk2ADPRi67rKDXfN26S1gRJX9CN4CtyG1THITqwPtavZMDFzhpys65XvKGJSea0tL+CcVXoGfQssffhHjERECEaNxKDZAzaKA+HIbsTnZ+PLEM8fL+CdJjXbDs87ODxWK8EH8ChpcHWKAMQpx9fdVwxec4sG3PtY8fC7wB37pZoYF5SdZd4MhmQBE7R68ic4+Geam896mUqYAWjw2c9qwymMaRUce9upgkoiq6A22qFp7p/Ce50LOZQwominUItJwWWYgRYaEc8/YTf0IkRiVC/E4emNVYLuc90cwpz+N5m69HMqKV7TdKI+FQjXofKbdyPezRCwVXcg9HIa5iQY3ChUIwk5ESz0tK99WaKb5yM72y9oKNRqPsMlb7l2Se1c2t3DBfEtCXfzySSlvFK4kNXHcHQp+qztrnpjJjc1ZHtnjK0OtSk2dL6s=----ATTACHMENT:----NTMxMzIyMzM1MDI1ODI2NyA0MTI0OTgwNDcwNzU5NzA5IDE0Mzc0OTc3NzkwOTcxMzQ=