is there a function, that can echo/print the name of an array, so when
i dump the array, it also says the name? For instance:
echo array_name($mya rray);
outputs:
myarray
i dump the array, it also says the name? For instance:
echo array_name($mya rray);
outputs:
myarray
Comment