mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Reflect PHP 8 typehint in method_exists
This type specification is also appropriate for PHP 7. Based on patch contributed by Ian Littman <iansltx@gmail.com>. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351409 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3cbc58c1af
commit
a9a9172aee
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>method_exists</methodname>
|
||||
<methodparam><type>mixed</type><parameter>object</parameter></methodparam>
|
||||
<methodparam><type class="union"><type>string</type><type>object</type></type><parameter>object</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>method_name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue