gpt4 book ai didi

php - 如何在 drupal 7 中定义模块级变量

转载 作者:可可西里 更新时间:2023-11-01 00:48:09 25 4
gpt4 key购买 nike

如何在 drupal 模块中定义变量,以便我可以从任何函数访问该模块中的那些变量

最佳答案

尝试 variable_set () 和 variable_get ()

像这样设置变量:

// I have assumed the variable name to be "the_name_of_the_variable"
variable_set("the_name_of_the_variable", "the value of the variable");

然后像这样检索值:

$my_variable = variable_get("the_name_of_the_variable", "a default value in case the variable has never been set before");

关于php - 如何在 drupal 7 中定义模块级变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13529373/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com