API17

Difference between revisions of "JStreamString::stream open"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JStreamString::stream_open|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JStreamString::stream_open|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JStreamString::stream_open ($path, $mode, $options, &$opened_path)
+
public function stream_open (
 +
        $path
 +
        $mode
 +
        $options
 +
        &$opened_path
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 42: Line 44:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' boolean
boolean
+
* '''Defined''' on line 52 of libraries/joomla/filesystem/streams/string.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/filesystem/streams/string.php (line 52)
 
* see source code in [[jplatform:filesystem/streams/string.php#cl-52|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JStreamString::stream_open source code''' on [[jplatform:filesystem/streams/string.php#cl-44|BitBucket]]
 +
* {{JVer|11.1}} Class [[JStreamString/11.1|JStreamString]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Filesystem/11.1|Filesystem]]
 +
* [[JStreamString::stream_open|Other versions of JStreamString::stream_open]]
 +
{{SeeAlso:JStreamString::stream_open}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JStreamString::stream_open|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JStreamString::stream_open|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JStreamString/11.1|JStreamString]]
+
===User contributed notes===
* [[JStreamString::stream_open|Other versions of this method]]
 
{{SeeAlso:JStreamString::stream_open}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 63: Line 64:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JStreamString]][[Category:JStreamString::stream_open]]</noinclude>
 
<noinclude>[[Category:JStreamString]][[Category:JStreamString::stream_open]]</noinclude>

Revision as of 21:43, 27 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 JStreamString::stream_open[edit]

Description[edit]

Template:Description:JStreamString::stream open [Edit Descripton]

public function stream_open (
        $path
        $mode
        $options
        &$opened_path
)
Parameter Type Default Description
$path $path
$mode $mode
$options $options
&$opened_path $opened_path
  • Returns boolean
  • Defined on line 52 of libraries/joomla/filesystem/streams/string.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JStreamString::stream open [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />