mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
object, not string. (ancient copy-n-paste error?)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157849 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
da3c010faf
commit
dcb7e4c461
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/com.xml, last change in rev 1.7 -->
|
||||
<refentry id="class.variant">
|
||||
<refnamediv>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<refsect1 id="class.variant.constructor">
|
||||
<title>Methods</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>VARIANT::VARIANT</methodname>
|
||||
<type>object</type><methodname>VARIANT::VARIANT</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