global定义的变量为全局变量,打个比方说吧,如果函数中的变量与函数外部同名变量在php中不是一个变量,如果我们利用global在函数中定义了这个与外部相同的变量名,那么他们就是一个变量了,下面我们一起拿几个实例说明一下。
对于PHP初学者而言,在使用global关键字时,可能会发现,在函数内global一个函数外的变量,在某些情况下却无法正确输出该变量(即global变量无效)。下面我们来看一个简单而常见的例子。
在这里,我们有a.php和b.php两个页面。
b.php页面代码如下:
- <?php
- $site_name = 'CodePlayer';
- function sayHi(){
- global $site_name;
- echo "Hello! Welcome to $site_name !";
- }
- ?>
a.php页面代码如下:
- <?php
- function include_view_page(){
- include 'b.php';
- sayHi();
- }
- include_view_page();
- ?>
上面的例子非常简单,我们希望当我们访问a.php页面,能够正确显示出欢迎语句。不过,遗憾的是,当我们使用浏览器访问a.php页面却发现输出结果如下:
Hello! Welcome to !
也就是说,我们在函数include_view_page()中调用sayHi()函数时,b.php页面sayHi()函数中global的$site_name却没有被正确识别、生效。这究竟是怎么一回事呢?
实际上,当我们在函数include_view_page()中include b.php页面时,b.php页面的变量$site_name就相当于存放在include_view_page()函数内的作用域中。众所周知,在函数内global一个变量实际上是在函数内建立一个对页面全局变量的引用。而在我们的例子中,这个$site_name变量对于a.php而言,它只是include_view_page()函数内的局部变量,因此无法global该变量,我们进行相关调用时自然无法获取到正确的变量和变量值。
在php中,我们尤其需要注意类似上述在函数内include某个页面,导致该页面中变量的作用域发生改变的问题。为了避免这种情况,我们应该尽量减少多层次的include调用,也尽量不要在函数内使用include。此外,我们还可以在b.php的页面中将$site_name进行全局变量形式的声明,代码如下:
- <?php
- global $site_name;
- $site_name = 'CodePlayer';
- function sayHi(){
- global $site_name;
- echo "Hello! Welcome to $site_name !";
- }
- ?>
例、函数内引用全局变量,先看下面的代码:
- <?php
- $var1 = "#####";
- $var2 = "&&&&&";
- function global_references($use_globals)
- {
- global $var1, $var2;
- if (!$use_globals) {
- $var2 =&$var1; //1
- } else {
- $GLOBALS["var2"] =&$var1; //2
- }
- }
- global_references(false);
- echo "var2 is set to '$var2'<br/>";
- global_references(true);
- echo "var2 is set to '$var2'<br/>";
- ?>
输出的结果如下:
var2 is set to '&&&&&'
var2 is set to '#####'
可见,上面的代码中:$var2 =&$var1; //1 只对函数内部可见。
而 $GLOBALS["var2"] =&$var1; //2 在全局范围内可见.
波比源码 » php global变量无效问题详解
order generic levofloxacin levaquin tablet
acheter 10mg cialis en ligne cialis 5mg generique pas cher pharmacie en ligne viagra 100mg
order hytrin 1mg without prescription buy leflunomide 10mg online buy azulfidine 500 mg pill
brand tadalafil 10mg price cialis order clomipramine 25mg generic
buy sporanox pill itraconazole 100mg pill tinidazole online
order tadalafil 5mg online cheap order sildenafil 50mg online cheap viagra sildenafil 50mg
oral cozaar 25mg buy topiramate order topiramate 100mg generic
real cialis sites buy ciprofloxacin 500mg pills cipro over the counter
buy tadalafil 10mg pill order cialis pill sildenafil pills 50mg
purchase viagra pills order cialis 10mg online cheap cialis 20 mg price
buy generic prednisone 20mg prazosin 1mg brand mebendazole for sale online
proventil 100 mcg oral purchase protonix pills purchase ciprofloxacin pill
buy spiriva without prescription hytrin 1mg oral hytrin order online
order generic montelukast 5mg sildenafil professional cheap sildenafil pills
cialis ca Canadian pharmacy cialis pfizer tadalafil 20mg cheap
online cialis Cialis buy overnight casino slots free
ivermectin 18mg buy amantadine 100mg online avlosulfon medication
online casino roulette casinos play blackjack online for real money
cheap nifedipine 30mg allegra cheap allegra 180mg usa
online casinos for real money casino online slots casino online usa
slot machine games online canadian pharmacy with prescription writing essays for money
doxycycline 200mg pills purchase ventolin generic order cleocin generic
lanoxin 250 mg canada lanoxin over the counter molnunat price
purchase coreg pills ditropan 2.5mg for sale amitriptyline sale
order amoxicillin without prescription amoxicillin canada ivermectin 12mg
alendronate 35mg pills order furadantin 100 mg pills motrin 400mg pills
Hello! I could have sworn I’ve been to this blog before but after browsing through some of the post I realized it’s new to me. Metropol Halı Karaca Halı Öztekin ve Selçuklu Halı Cami Halısı ve Cami Halıları Türkiye’nin En Büyük Cami Halısı Fabrikasıyız…
Thank you great posting about essential oil. Hello Administ . Metropol Halı Karaca Halı Öztekin ve Selçuklu Halı Cami Halısı ve Cami Halıları Türkiye’nin En Büyük Cami Halısı Fabrikasıyız…
buy requip 1mg pill trandate tablet buy labetalol 100 mg for sale
order tadacip pills order generic plavix amoxicillin sale
purchase fenofibrate pill generic viagra 100mg order sildenafil sale
tadalafil 40mg uk viagra 50mg price buy sildenafil 100mg pill
Thank you for great article. Hello Administ . Onwin , Onwin Giriş , Onwin Güncel Giriş , Onwin Yeni Adres , onwin
buy minocin 100mg pill buy hytrin 1mg for sale terazosin medication
buy tadalafil 40mg online cheap buy cialis fda approved over the counter ed pills
accutane 10mg uk buy generic acillin acillin ca
Hi, just required you to know I he added your site to my Google bookmarks due to your layout. But seriously, I believe your internet site has 1 in the freshest theme I??ve came across.
order albuterol online cheap purchase levoxyl online cheap amoxiclav online order
buy accutane 10mg online cheap brand isotretinoin 20mg zithromax usa
buy provigil 100mg online cheap brand lisinopril 2.5mg buy metoprolol 100mg generic