downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  

<Classes/Object Functionscall_user_method>
Last updated: Thu, 26 Jun 2008

call_user_method_array

(PHP 4 >= 4.0.5, PHP 5)

call_user_method_array — Call a user method given with an array of parameters [deprecated]

Description

mixed call_user_method_array ( string $method_name , object &$obj , array $params )
Warning

The call_user_method_array() function is deprecated as of PHP 4.1.0.

Examples

Example #1 call_user_method_array() alternative

<?php
call_user_func_array
(array($obj, $method_name), $params);
call_user_func_array(array(&$obj, $method_name), $params); // PHP 4
?>



add a noteadd a note User Contributed Notes
Call a user method given with an array of parameters [deprecated]
There are no user contributed notes for this page.




<Classes/Object Functionscall_user_method>
Last updated: Thu, 26 Jun 2008
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://phpbuilder.com/
Last updated: Tue Nov 1 20:20:59 2005 EST
Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs