2013年11月21日

PHP 動態變數名稱 Dynamic variable names in PHP

${'a' . 'b'} = 'hello there';
echo $ab; // hello there


用大括號包起來,前面加個$就可以了。

這個方法適用在變數,若要動態取常數,請參閱
http://subocheng.blogspot.tw/2013/11/php-dynamic-constant-name.html

沒有留言:

張貼留言