“DD PHP” Kod odpowiedzi

Zrzut Laravel PHP

// dump
<?php dump($array)?>
// dump and die
<?php dd($array)?>
Defiant Dog

DD PHP

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); 
Wide-eyed Wolf

Odpowiedzi podobne do “DD PHP”

Pytania podobne do “DD PHP”

Więcej pokrewnych odpowiedzi na “DD PHP” w PHP

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu