<?php //defining few constants const x = 100; define("Greeting", "Hello world!"); class foo { const test = "Hello"; } //checking if a given constant exists ...
確定! 回上一頁