07 2020 档案
摘要:This is high performance curl wrapper written in pure PHP. It's compatible with PHP 5.4+ and HHVM. Notice that libcurl version must be over 7.36.0, ot
阅读全文
摘要:PHP5中使用parent::来引用父类的方法。 parent:: 可用于调用父类中定义的成员方法。 parent::的追溯不仅于直接父类。 通过parent::调用父类方法 <!-- 声明一个员工类,经理类继承自员工类 --> <?php class employee{ protected $sa
阅读全文