Split version_compare synopsis

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344073 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2018-01-29 18:29:50 +00:00
parent 0886f308f7
commit c7aa65ea99

View file

@ -9,10 +9,15 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>mixed</type><methodname>version_compare</methodname>
<type>int</type><methodname>version_compare</methodname>
<methodparam><type>string</type><parameter>version1</parameter></methodparam>
<methodparam><type>string</type><parameter>version2</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>operator</parameter></methodparam>
</methodsynopsis>
<methodsynopsis>
<type>bool</type><methodname>version_compare</methodname>
<methodparam><type>string</type><parameter>version1</parameter></methodparam>
<methodparam><type>string</type><parameter>version2</parameter></methodparam>
<methodparam><type>string</type><parameter>operator</parameter></methodparam>
</methodsynopsis>
<para>
<function>version_compare</function> compares two "PHP-standardized"