Re: [PHP-DEV] call_builtin_function_array() possible? From: Cynic (cynic <email protected>)
Date: 01/09/01

At 21:16 9.1. 2001, Andrei Zmievski wrote the following:
--------------------------------------------------------------
>On Tue, 09 Jan 2001, Cynic wrote:
>> is such a function possible? I recently needed to call
>> array_diff() with an unknown number of parameters, and got
>> stuck.
>
>call_user_function_array($func, $args);

great. I didn't notice I could use this function to call
the builtin ones as well.

>> also, what about allowing pre- and post- in/decrements in
>> one statement? ++$i++ would have been suitable in more than
>> one situation I encountered.
>
>What color is the sky on your planet? :)

I don't know, haven't checked for some time now. :)
But seriously: I'm not familiar with C, nor the way this stuff
is implemented in PHP, however, whether the sky here is blue or
pink doesn't mean I think this wouldn't be useful.

>-Andrei
>
>The church is near but the road is icy;
>the bar is far away but I will walk carefully. -- Russian proverb
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
>For additional commands, e-mail: php-dev-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>
------end of quote------

____________________________________________________________
Cynic:

A member of a group of ancient Greek philosophers who taught
that virtue constitutes happiness and that self control is
the essential part of virtue.

cynic <email protected>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>