Warning: file_put_contents(): Only -1 of 64 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
Classes/Objects call_user_method PHP Manual call_user_method_array (PHP 4 >= 4.0.5, 5) — Call a user method given with an array of parameters [deprecated] Descrierea mixed ( string $method_nam...
Forum und email

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]

Descrierea

mixed call_user_method_array ( string $method_name , object &$obj , array $paramarr )
Avertizare

The call_user_method_array() function is deprecated as of PHP 4.1.0, use the call_user_func_array() variety with the array(&$obj, "method_name") syntax instead.