API17

Difference between revisions of "JStream::delete"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 49: Line 49:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JStream::delete source code''' on [[jplatform:filesystem/stream.php#cl-1182|BitBucket]]
 
* {{JVer|11.1}} '''JStream::delete source code''' on [[jplatform:filesystem/stream.php#cl-1182|BitBucket]]
* {{JVer|11.1}} Class [[JStream/11.1|JStream]]
+
* {{JVer|11.1}} Class [[API17:JStream|JStream]]
* {{JVer|11.1}} Subpackage [[Subpackage_Filesystem/11.1|Filesystem]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]]
* [[JStream::delete|Other versions of JStream::delete]]
+
* [[API17:JStream::delete|Other versions of JStream::delete]]
 
{{SeeAlso:JStream::delete}}
 
{{SeeAlso:JStream::delete}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:34, 11 May 2013

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 JStream::delete[edit]

Description[edit]

Delete a file.

Template:Description:JStream::delete [Edit Descripton]

public function delete (
        $filename
        $context=null
        $use_prefix=true
        $relative=false
)
Parameter Type Default Description
$filename string
$context $context null
$use_prefix boolean true $user_prefix
$relative boolean false $relative
  • Returns mixed
  • Defined on line 1190 of libraries/joomla/filesystem/stream.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JStream::delete [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />