带有新闻和资料链接的新鲜选择。 在发行版中:PHP 7.3 RC2,Codeception 2.5和其他发行版,PHP 7.4中的键入属性,Dmitry Stogov的代码预加载概念,有用的工具的一部分等等。祝您阅读愉快!
Foo&Bar
class Example { // All types with the exception of "void" and "callable" are supported public int $scalarType; protected Type $type; private ?Type $nullableType; // Types are also legal on static properties public static iterable $staticProp; // Types can also be used with the "var" notation var bool $flag; // Typed properties may have default values (more below) public string $str = "foo"; public ?string $nullableStr = null; // The type applies to all properties in one declaration public float $x, $y; // equivalent to: public float $x; public float $y; }
@include
感谢您的关注!如果您发现错误或不准确,请在PM中通知我。问题和建议写在邮件或推特上 。发送链接搜索所有摘要的链接← 先前版本:PHP文摘139
Source: https://habr.com/ru/post/zh-CN424949/More articles:10月1日至7日在莫斯科举行的数字活动多态奎因将数据从REST服务流传输到MQ队列智能手机驾驶一辆玩具车。使用APDS-9960进行手势识别万岁! 这不是妄想症上周第332期来自前端世界的新鲜材料摘要(2018年9月24日至30日)使用AttnGAN从文本生成图像MTA-STS for Postfix扎克伯格资助:共同构建科学工具All Articles