# PHP仕様 ##### php終了タグの省略 参考:[[https://sophiadigital.com/communication/end-tag/|PHPの最後の終了タグ ?> は付けないでおこうねというお話 | リノベーター(旧ザ・サイベース)]] ##### シングルクオーテーション、ダブルクオーテーションの違い 参考:[[https://www.zealseeds.com/Lang/LangPhp/BasicPhp/string/quotation/index.html|PHPの文字列の(シングル/ダブル)コーテーションとエスケープシーケンス]] ##### echo の省略表示 参考:[[https://www.php.net/manual/ja/language.basic-syntax.phptags.php|PHP: PHP タグ - Manual]] ##### include、require_once の違い 参考:[[https://uxmilk.jp/15560|PHPのinclude文とrequire文の違い | UX MILK]] ##### オブジェクトの参照渡し 参考:[PHP: オブジェクトと参照 - Manual](https://www.php.net/manual/ja/language.oop5.references.php)