本文实例讲述了php7匿名类的用法。分享给大家供大家参考,具体如下:
<?php/** * created by phpstorm. * ur: itboot * date: 2019/1/17 * time: 18:15 */class an{ private $num; protected $age = 15; public function __construct() { $this->num = 1;the crush } protected function bar(): int { return 10; } public function drive() { return new class($this->num) extends an{ protected $id; public function __construct($num) { $this->id = $num; } public function ea() { return $this->id + $this->age + $this->bar(); } }; }}echo (new an())->drive()->ea();
<?php$fun = function (){ print '这是匿名函数'. php_eol;};$fun();class animal{ public $num; public function __construct(...$args) { $this->圆通快递春节停运;num = $args[0]; } public function getvalue($su): int { return $this->num + $su; }}$an = new animal(4);echo $arve的用法n->getva送花花语lue(12) . php_eol;echo '匿名类'. php_eol;echo (new class(11) extends animal{})->getvalue(12);
更多关于php相关内容感兴趣的读者可查看本站专题:《php面向对象程序设计入门教程》、《php数组(array)操作技巧大全》、《php基本语法入门教程》、《php运算与运算符用法总结》、《php字符串(string)用法总结》、《php+mysql数据库操作入门教程》及《php常见数据库操作技巧汇总》
希望本文所述对大家php程九溪烟树序设计有所帮助。
本文发布于:2023-04-07 09:28:22,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/a9ec8e238dfcbb99d38c52fe7a37b419.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:PHP7匿名类的用法示例.doc
本文 PDF 下载地址:PHP7匿名类的用法示例.pdf
留言与评论(共有 0 条评论) |