📜  dd php 代码示例

📅  最后修改于: 2022-03-11 14:54:38.685000             🧑  作者: Mango

代码示例2
dd stands for "Dump and Die."

Laravel´s dd() function can be defined as a helper function, which is used to 
dump a variable´s contents to the browser and prevent the further script 
execution.
  
Example: dd($array);