会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
taek
博客园
首页
新随笔
联系
管理
订阅
04 2015 档案
php类 静态变量赋值 static $name="abc"
摘要:u.constant; } else { INIT_PZVAL(property); Z_TYPE_P(property) = IS_NULL; } zend_declare_property_ex(CG(active_class_entry), zen...
阅读全文
posted @
2015-04-16 11:54
taek
阅读(2746)
评论(0)
推荐(0)
php 类 成员变量 $this->name='abc'
摘要:name='abc'; echo $this->name; } }$a=new test();$a->getName();1.$this->name='abc'对应的BNF范式expr_without_variable: variable '=' ...
阅读全文
posted @
2015-04-15 09:57
taek
阅读(596)
评论(0)
推荐(0)
公告