Best Answer: As of PHP 5.3 there are two ways to define constants: Either using the const keyword or using the define() function:
確定! 回上一頁