Is there any package to show type of variables?
for example in php code if $var1 is string then
(string) $var1
I saw this on phpstotm
Is there any package to show type of variables?
for example in php code if $var1 is string then
(string) $var1
I saw this on phpstotm