Note, as of PHP7 it is possible to define class constants with an array. <?php class MyClass { const ABC = array('A', 'B', 'C'); const A = '1';
確定! 回上一頁