ユーザ用ツール

サイト用ツール


サイドバー

このページの翻訳:



最近の更新



Tag Cloud

11_php:03_function:02_print

02 print()

引数の文字列を出力します。括弧()は省略できる

書式

print “文字列、または変数”;

 <?PHP
 $str="こんにちわ。";
 print $str;
 ?>
11_php/03_function/02_print.txt · 最終更新: 2014/12/15 18:35 by matsui