svn: /pear/peardoc/trunk/en/package/networking/net-ipv4/ ipinnetwork.xml
[email protected] (Christian Weiske)
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
cweiske Wed, 14 Oct 2009 17:50:41 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=289635
Log:
fix bug #15999: Synopsis wrong for ipInNetwork
Bug: http://pear.php.net/bugs/15999 (unknown)
Changed paths:
U pear/peardoc/trunk/en/package/networking/net-ipv4/ipinnetwork.xml
Modified: pear/peardoc/trunk/en/package/networking/net-ipv4/ipinnetwork.xml
===================================================================
--- pear/peardoc/trunk/en/package/networking/net-ipv4/ipinnetwork.xml 2009-10-14 17:47:07 UTC (rev 289634)
+++ pear/peardoc/trunk/en/package/networking/net-ipv4/ipinnetwork.xml 2009-10-14 17:50:41 UTC (rev 289635)
@@ -14,8 +14,8 @@
</funcsynopsisinfo>
<funcprototype>
- <funcdef>bool <function>validateIP</function></funcdef>
- <paramdef choice="req">string <parameter>$ip_addr</parameter></paramdef>
+ <funcdef>bool <function>ipInNetwork</function></funcdef>
+ <paramdef choice="req">string <parameter>$ip</parameter></paramdef>
<paramdef choice="req">string <parameter>$cidr_block</parameter></paramdef>
</funcprototype>
</funcsynopsis>