API17

Difference between revisions of "JCli::in"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 12: Line 12:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JCli->in ()
+
public JCli::in ()
 
</source>
 
</source>
 
===Returns===
 
===Returns===
 
string The input string from standard input.
 
string The input string from standard input.
 
===Defined in===
 
===Defined in===
libraries/joomla/application/cli.php
+
libraries/joomla/application/cli.php (line 175)
 +
* see source code in [[jplatform:application/cli.php#cl-175|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:06, 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 JCli::in[edit]

Description[edit]

Get a value from standard input.

Template:Description:JCli::in [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public JCli::in ()

Returns[edit]

string The input string from standard input.

Defined in[edit]

libraries/joomla/application/cli.php (line 175)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JCli::in

Examples[edit]

<CodeExamplesForm />