mirror of
https://github.com/php/doc-fr.git
synced 2026-04-26 08:18:18 +02:00
b8daeaab85
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@78204 c90b9560-bf6c-de11-be94-00142212c4b1
60 lines
1.9 KiB
XML
60 lines
1.9 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- splitted from ./fr/functions/classobj.xml, last change in rev 1.13 -->
|
|
<!-- last change to 'call-user-method-array' in en/ tree in rev 1.36 -->
|
|
<refentry id="function.call-user-method-array">
|
|
<refnamediv>
|
|
<refname>call_user_method_array</refname>
|
|
<refpurpose>
|
|
Appelle une méthode utilisateur avec un tableau de paramètres
|
|
</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<methodsynopsis>
|
|
<type>mixed</type><methodname>call_user_method_array</methodname>
|
|
<methodparam><type>string</type><parameter>method_name</parameter></methodparam>
|
|
<methodparam><type>object</type><parameter>obj</parameter></methodparam>
|
|
<methodparam choice="opt"><type>array</type><parameter>paramarr</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<para>
|
|
<function>call_user_method_array</function> appelle la méthode
|
|
<parameter>method_name</parameter> de l'object <parameter>obj</parameter>,
|
|
en utilisant les paramètres <parameter>paramarr</parameter>, rassemblés
|
|
sous forme de tableau.
|
|
</para>
|
|
<para>
|
|
Voir aussi
|
|
<function>call_user_func_array</function>,
|
|
<function>call_user_func</function> et
|
|
<function>call_user_method</function>.
|
|
</para>
|
|
<note>
|
|
<para>
|
|
<function>call_user_method_array</function> a été ajoutée en version
|
|
PHP 4.05.
|
|
</para>
|
|
</note>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|