PHP実験室

PHPで文字を出力

説明

これだけではPHPで書く必要性が全くないスクリプト(笑)

サンプル

PHP実験室

スクリプト

<?php
print("PHP実験室");
?>

メニュー