public function Runtime::getNameWithVersion in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/sebastian/environment/src/Runtime.php \SebastianBergmann\Environment\Runtime::getNameWithVersion()
Return value
string
File
- vendor/
sebastian/ environment/ src/ Runtime.php, line 99
Class
- Runtime
- Utility class for HHVM/PHP environment handling.
Namespace
SebastianBergmann\EnvironmentCode
public function getNameWithVersion() {
return $this
->getName() . ' ' . $this
->getVersion();
}