Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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); 
Source by www.edureka.co #
 
PREVIOUS NEXT
Tagged: #dd #php
ADD COMMENT
Topic
Name
6+9 =