ユーザ用ツール

サイト用ツール


index.html

Linux Memo

<?php
    $msg = 'hello';
    $msg .= ' ';
    $msg .= 'world!';
    echo $msg;
?>

index.html.txt · 最終更新: 2021/12/02 by akylla