(self, options: str)
| 46 | @brief See base class for details. |
| 47 | """ |
| 48 | def _Base__version(self, options: str): |
| 49 | res = self._Base__send_message(f"header('{self.header}: '" |
| 50 | f" . phpversion());" |
| 51 | f"exit;") |
| 52 | print("PHP Version: " + res) |
| 53 | |
| 54 | """ |
| 55 | @brief See base class for details. |
nothing calls this directly
no test coverage detected