标签:compact ast pac 函数 pre col -- 一个 创建
Compact ---- 创建一个包含变量名和它们的值的数组
$firstname = "Bill"; $lastname = "Gates"; $age = "60"; $result = compact("firstname", "lastname", "age"); print_r($result);
标签:compact ast pac 函数 pre col -- 一个 创建
原文地址:https://www.cnblogs.com/phpfensi/p/8847318.html