i recon this is a way too, the website does not support to much
information about how to use a tool like APD.
create_function is a php native function so support, stability and
usability is much greater than a 3rd party Zend Extention in early beta :)
with kind regards,
Joffrey van Wageningen
Joffrey Van Wageningen wrote:
> its possible to create lambda-style functions with create_function() and
> redeclare the variable functions
>
> ---
> $funct = create_function('$x', 'return ++$x;');
> echo $funct(10);
>
> $funct = create_function('$x', 'return --$x;');
> echo $funct(10);
> ---
>
Thanks Joffrey
"You learn everyday"
Michael
>its possible to create lambda-style functions with create_function() and
>redeclare the variable functions
>
>---
>$funct = create_function('$x', 'return ++$x;');
>echo $funct(10);
>
>$funct = create_function('$x', 'return --$x;');
>echo $funct(
its possible to create lambda-style functions with create_function() and
redeclare the variable functions
---
$funct = create_function('$x', 'return ++$x;');
echo $funct(10);
$funct = create_function('$x', 'return --$x;');
echo $funct(10);
---
its fun to create array's of functions :) try it :
I think it's not possible.
Andrey Hristov
IcyGEN Corporation
http://www.icygen.com
BALANCED SOLUTIONS
- Original Message -
From: "Michael Cronström" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 13, 2001 3:13 PM
Subject: [PHP] Redeclare a Function
Hi everybody,
5 matches
Mail list logo