API17

Difference between revisions of "JLDAP::ipToNetAddress"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 10: Line 10:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JLDAP->ipToNetAddress ($ip)
+
public JLDAP::ipToNetAddress ($ip)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 28: Line 28:
  
 
===Defined in===
 
===Defined in===
libraries/joomla/client/ldap.php
+
libraries/joomla/client/ldap.php (line 396)
 +
* see source code in [[jplatform:client/ldap.php#cl-396|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:51, 23 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JLDAP::ipToNetAddress[edit]

Description[edit]

Converts a dot notation IP address to net address (e.g.

Template:Description:JLDAP::ipToNetAddress [Edit Descripton]

Synopsis[edit]

public JLDAP::ipToNetAddress ($ip)
Parameter Type Default Description
$ip

Returns[edit]

Defined in[edit]

libraries/joomla/client/ldap.php (line 396)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JLDAP::ipToNetAddress

Examples[edit]

<CodeExamplesForm />