call_user_method

(PHP 4, PHP 5)

call_user_method���ض���������û�����

Warning

This function was DEPRECATED in PHP 4.1.0, and REMOVED in PHP 7.0.0.

Alternatives to this function include:

˵��

call_user_method ( string $method_name , object &$obj [, mixed $parameter [, mixed $... ]] ) : mixed

����

method_name

Ҫ���õķ������ơ�

obj

Ҫ���õ� method_name ���ڵĶ��� object��

parameter ...

��ѡ����

����

Example #1 ���� call_user_method()

<?php
call_user_func
(array($obj$method_name), $parameter /* , ... */);
?>

�μ�

  • call_user_func_array() - ���ûص�����������һ�����������Ϊ�ص������IJ���
  • call_user_func() - �ѵ�һ��������Ϊ�ص���������