Home >Backend Development >PHP Tutorial >Global variables php code to get global variables

Global variables php code to get global variables

WBOY
WBOYOriginal
2016-07-29 08:44:50988browse

Copy code 如 Code as follows: Function Cleanglobal ($ Global_array, $ Arg, $ Specialchars = True, $ Default = NULL) {

(key_exists ($ ARG, $ GLOBAL_ARRA y) && $ global_array [$ arg ] != null && $global_array[$arg] != "") {

                                                                                                    else {
                                                                                                                                                                               return $global_array[$arg];
}
      } else {
                      return $default;
The above introduces the code of global variables php to obtain global variables, including the content of global variables. I hope it will be helpful to friends who are interested in PHP tutorials.


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn