Posts by Mantega • 1 point
1 post
-
0
votes4
answers3299
viewsA: Typing the return in PHP 7. What are the advantages?
Typing goes beyond the guarantee of return type and good programming practices. I believe the main reason is the conscious use of memory resource. The PHP programmer does not understand the…