mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
replaced PHP 4 with PHP 5 constructors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337059 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4f5dbb13fa
commit
cae2755cf9
3 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
<section xml:id="com.com">
|
||||
<title>Methods</title>
|
||||
<methodsynopsis>
|
||||
<methodname>COM::COM</methodname>
|
||||
<methodname>COM::__construct</methodname>
|
||||
<methodparam><type>string</type><parameter>module_name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>server_name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>codepage</parameter></methodparam>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<section xml:id="dotnet.dotnet">
|
||||
<title>Methods</title>
|
||||
<methodsynopsis>
|
||||
<methodname>DOTNET::DOTNET</methodname>
|
||||
<methodname>DOTNET::__construct</methodname>
|
||||
<methodparam><type>string</type><parameter>assembly_name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>class_name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>codepage</parameter></methodparam>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<section xml:id="variant.variant">
|
||||
<title>Methods</title>
|
||||
<methodsynopsis>
|
||||
<methodname>VARIANT::VARIANT</methodname>
|
||||
<methodname>VARIANT::__construct</methodname>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>value</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>codepage</parameter></methodparam>
|
||||
|
|
Loading…
Reference in a new issue