📅  最后修改于: 2022-03-11 14:54:32.801000             🧑  作者: Mango
代码示例1
//The dd function dumps the given variables and ends execution of the script:
dd($value);
dd($value1, $value2, $value3, ...);