I don't know if this is the thing you're after, but...
http://www.php.net/manual/en/function.func-get-args.php
HTH
Martin
-Original Message-
From: Vincent Bergeron [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 25, 2002 4:34 PM
To: [EMAIL PROTECTED]
Subject: [PHP] How t
Hi!
A function like this one:
function SendQuery($li_connect, $ls_query, $args)
{
return ibase_query($li_connect, $ls_query, $args);
}
ibase_query is an Interbase function which declaration is:
int ibase_query ( [int link_identifier, string query [, int bind_args]])
Why can't something lik
2 matches
Mail list logo