クラス内で定義するオブジェクト定数
<?php class ConstClass { const CONSTSTR1 = '米ダウ工業株'; const CONSTSTR2 = '日経平均株価'; function showConst(){ echo self::CONSTSTR1."<br>"; echo self::CONSTSTR2; } } $Class = new ConstClass(); $Class->showConst(); ?>
米ダウ工業株
日経平均株価
ソフトウェアエンジニアの技術ブログ:Software engineer tech blog
随机应变 ABCD: Always Be Coding and … : хороший