no_modify ? 0x80 : 0x00); } function read() { $flags = ord($this->input); $this->no_modify = $flags & 0x80 == 0x80; } }