PHP old_function

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. 

One thought on “PHP old_function

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>