Files
php_8/variables/string.php
2022-04-09 15:02:19 +03:00

4 lines
41 B
PHP

<?php
$str = "Hello, world!";
echo $str;