svn: /pear/peardoc/trunk/en/package/networking/net-url/ instantiate.xml
[email protected] (Christian Weiske)
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
cweiske Wed, 14 Oct 2009 17:47:07 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=289634
Log:
fix bug #15878: Wrong constructor name
Bug: http://pear.php.net/bugs/15878 (unknown)
Changed paths:
U pear/peardoc/trunk/en/package/networking/net-url/instantiate.xml
Modified: pear/peardoc/trunk/en/package/networking/net-url/instantiate.xml
===================================================================
--- pear/peardoc/trunk/en/package/networking/net-url/instantiate.xml 2009-10-14 17:35:16 UTC (rev 289633)
+++ pear/peardoc/trunk/en/package/networking/net-url/instantiate.xml 2009-10-14 17:47:07 UTC (rev 289634)
@@ -10,7 +10,7 @@
require_once 'Net/URL.php';
</funcsynopsisinfo>
<funcprototype>
- <funcdef>string <function>Net_Whois</function></funcdef>
+ <funcdef>string <function>Net_URL</function></funcdef>
<paramdef choice="opt">string <parameter>$url</parameter> = null</paramdef>
<paramdef choice="opt">boolean <parameter>$useBrackets</parameter> = true</paramdef>
</funcprototype>