Quote:
|
Originally Posted by ApothiX
Actually, they are comparible to a C's #define directive,
PHP Code:
#define SPC @ " " @
#define NL @ "\n" @
That's even more ugly than what it really is.. 'function(string SPC string NL string);'
|
#define is just a find/replace all