Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
drupal テンプレートがあります。PHPを使用してアクティブな変数の名前を知りたい..どうすればそれを達成できますか?
Drupals の後グローバルの場合は、ここにあります...
http://api.drupal.org/api/drupal/globals/7
どの変数が定義されているかを知りたいだけの場合は、PHP の関数を使用できますget_defined_vars。
get_defined_vars
print_r(get_defined_vars());
http://php.net/manual/en/function.get-defined-vars.php