Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10422 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28204 invoked by uid 1010); 13 Jun 2004 13:27:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27857 invoked from network); 13 Jun 2004 13:27:04 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 13 Jun 2004 13:27:04 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i5DDR7H2023501; Sun, 13 Jun 2004 15:27:07 +0200 Date: Sun, 13 Jun 2004 15:27:02 +0200 (CEST) X-X-Sender: derick@localhost To: l0t3k cc: internals@lists.php.net In-Reply-To: <20040613131206.79593.qmail@pb1.pair.com> Message-ID: References: <20040613131206.79593.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Pack function : a suggestion - allow array as second argument. From: derick@php.net (Derick Rethans) On Sun, 13 Jun 2004, l0t3k wrote: > Suggestion: > Allow for an array as the second parameter. That way all i need to do is : Why not use call_user_func_array? See: http://no2.php.net/call_user_func_array regards, Derick