API17

Difference between revisions of "JFTP::listNames"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Method to list the filenames of the contents of a directory on the FTP server.  
 
Method to list the filenames of the contents of a directory on the FTP server.  
  
{{Description:JFTP::listNames}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JFTP::listNames|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JFTP::listNames ($path=null)
+
public function listNames ($path=null)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 22:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 +
* '''Defined''' on line 985 of libraries/joomla/client/ftp.php
 +
===See also===
 +
* {{JVer|11.1}} '''JFTP::listNames source code''' on [[jplatform:client/ftp.php#cl-977|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JFTP|JFTP]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Client|Client]]
 +
* [[API17:JFTP::listNames|Other versions of JFTP::listNames]]
  
===Defined in===
+
 
libraries/joomla/client/ftp.php (line 985)
+
===User contributed notes===
* see source code in [[jplatform:client/ftp.php#cl-985|BitBucket]]
+
=== Code Examples ===
===Referenced by===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JFTP::listNames|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
* [[JFTP/11.1|JFTP]]
 
* [[JFTP::listNames|Other versions of this method]]
 
{{SeeAlso:JFTP::listNames}}
 
===Examples===
 
<CodeExamplesForm />
 
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JFTP::listNames
 
category=JFTP::listNames
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JFTP]][[Category:JFTP::listNames]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:59, 24 March 2017

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 JFTP::listNames[edit]

Description[edit]

Method to list the filenames of the contents of a directory on the FTP server.


public function listNames ($path=null)
Parameter Type Default Description
$path null
  • Returns
  • Defined on line 985 of libraries/joomla/client/ftp.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]