Cool! Didn't know about this PHP construct until today. It seems like you can define functions like this:
old_function sum $a, $b ( return($a + $b););
This is a remnant from the PHP/FI days.
Cool! Didn't know about this PHP construct until today. It seems like you can define functions like this:
old_function sum $a, $b ( return($a + $b););
This is a remnant from the PHP/FI days.
I always knew PHP had baggage