Re: [PHP-DEV] Variable Functions?

2002-11-05 Thread Maxim Maletsky
Is this really needed? -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos/registry/2IXE7SMI5EDI3 Dan Hardiker [EMAIL PROTECTED] wrote... : Hi All,

[PHP-DEV] Variable Functions?

2002-10-31 Thread Dan Hardiker
Hi All, Just a thought, but while working reciently with a few ECMA scripting languages (eg: ActionScript in Flash MX), I uncovered the amazing uses (especially from a security point of view) of variable functions. For those that dont know, it allows you to assign a function to a variable,

Re: [PHP-DEV] Variable Functions?

2002-10-31 Thread Wez Furlong
Hi Dan, http://php.net/create_function, and see the ZE2 notes on __call/__get/__set handlers. --Wez. On 10/31/02, Dan Hardiker [EMAIL PROTECTED] wrote: Hi All, Just a thought, but while working reciently with a few ECMA scripting languages (eg: ActionScript in Flash MX), I uncovered the

Re: [PHP-DEV] Variable Functions?

2002-10-31 Thread Dan Hardiker
http://php.net/create_function, and see the ZE2 notes on __call/__get/__set handlers. Yeah, Im aware of the existing functionality, I was just wondering if it was the best way to approach it. The ECMA method seems a bit cleaner... but that may well be an issolated opinion. -- Dan Hardiker