php8 match
Posted 没事就更
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php8 match相关的知识,希望对你有一定的参考价值。
// 是否为套装 1是 2否
// match ($params[\'is_bundle\'])
// 1 => (function () use ($params)
// if (!isset($params[\'bundles\']) || empty($params[\'bundles\']))
// throw new Exception(\'-套餐不能为空\');
//
// )(),
// 2 => (function () use ($params)
// if (!isset($params[\'items\']) || empty($params[\'items\']))
// throw new Exception(\'-商品不能为空\');
//
// )(),
// default => throw new Exception(\'-出库商品方式异常\')
// ;
以上是关于php8 match的主要内容,如果未能解决你的问题,请参考以下文章