API17

Difference between revisions of "JFTP::pwd"

From Joomla! Documentation

m (→‎See also: moving preparation)
m (preparing for archive only)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
Method to retrieve the current working directory on the FTP server.  
 
Method to retrieve the current working directory on the FTP server.  
  
{{Description:JFTP::pwd}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JFTP::pwd|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function pwd ()
 
public function pwd ()
Line 18: Line 16:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Client|Client]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Client|Client]]
 
* [[API17:JFTP::pwd|Other versions of JFTP::pwd]]
 
* [[API17:JFTP::pwd|Other versions of JFTP::pwd]]
{{SeeAlso:JFTP::pwd}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JFTP::pwd|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JFTP::pwd
 
category=JFTP::pwd
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*

Latest revision as of 22:00, 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::pwd[edit]

Description[edit]

Method to retrieve the current working directory on the FTP server.


public function pwd ()
  • Returns string Current working directory
  • Defined on line 356 of libraries/joomla/client/ftp.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]