Warning: Undefined array key 0 in /home/yatsuba/yatsuba.com/public_html/wp-content/themes/amaru/functions.php on line 406

Warning: Attempt to read property "parent" on null in /home/yatsuba/yatsuba.com/public_html/wp-content/themes/amaru/functions.php on line 407

Warning: Attempt to read property "term_id" on null in /home/yatsuba/yatsuba.com/public_html/wp-content/themes/amaru/functions.php on line 413

Warning: Attempt to read property "cat_name" on null in /home/yatsuba/yatsuba.com/public_html/wp-content/themes/amaru/functions.php on line 413

コメント

PHP

コメント

コメントはプログラム上は無視される領域であり、主に処理のメモ書きなどの用途に使われます。 PHPにおけるコメントは以下の2つです。

コメント例





なおPHPのコメントを使えるのはPHP部(<?PHP ~ ?>)の区間のみです。 PHP部にHTMLのコメントを書いたり、HTML部にPHPのコメントを書いたりはやりがちなミスなので注意しましょう。

エラーコメント例

<?PHP <!-- PHP部ではHTML形式のコメントはエラー --> ?>
// HTML部ではPHP形式のコメントはエラー


Warning: Undefined variable $category in /home/yatsuba/yatsuba.com/public_html/wp-content/themes/amaru/content.php on line 79

Warning: Attempt to read property "name" on null in /home/yatsuba/yatsuba.com/public_html/wp-content/themes/amaru/content.php on line 79

の記事

eyecatch

アイキャッチ画像を設定する

eyecatch

JavaScriptの関数記述と呼び出し

eyecatch

XAMPP環境でApacheとMySQLを起動する方法

eyecatch

ブログ初心者におくる「ライティング入門」

eyecatch

テキスト出力のサンプル

eyecatch

コンテンツモデルとコンテキスト


Warning: Undefined variable $category in /home/yatsuba/yatsuba.com/public_html/wp-content/themes/amaru/content.php on line 84

Warning: Attempt to read property "count" on null in /home/yatsuba/yatsuba.com/public_html/wp-content/themes/amaru/content.php on line 84
HOME