Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 2nd, 2008, 08:55 AM
www.phpbasic.com
Guest
 
Posts: n/a
Default multi arguments for function

Hi guys, I've 2 function as:
function a($arg1,$arg2,...,$argn){
echo '....';
}
and i dont know numbers of argument on function a() and i have a
array()
$arr = array('arg1,',arg2',.....,'argn');
now, how to get a('arg1','arg2',........,'argn') with
'arg1','arg2',......... are implements of array $arr;
  #2  
Old July 2nd, 2008, 09:05 AM
=?UTF-8?B?SXbDoW4gU8OhbmNoZXogT3J0ZWdh?=
Guest
 
Posts: n/a
Default Re: multi arguments for function

http://php.net/manual/en/ref.funchand.php



--
----------------------------------
Iván Sánchez Ortega -ivan-algarroba-sanchezortega-punto-es-

You may my glories and my state dispose,
But not my griefs; still am I king of those.
-- William Shakespeare, "Richard II"

 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles