API17:JInstaller::loadMD5Sum
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JInstaller::loadMD5Sum|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JInstaller::loadMD5Sum|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function loadMD5Sum ($filename) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 25: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' Array Associative array with filenames as the index and the MD5 as the value | |
| − | Array Associative array with filenames as the index and the MD5 as the value | + | * '''Defined''' on line 1778 of libraries/joomla/installer/installer.php |
| − | + | ||
| − | libraries/joomla/installer/installer.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JInstaller::loadMD5Sum source code''' on [[jplatform:installer/installer.php#cl-1770|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JInstaller/11.1|JInstaller]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Installer/11.1|Installer]] | ||
| + | * [[JInstaller::loadMD5Sum|Other versions of JInstaller::loadMD5Sum]] | ||
| + | {{SeeAlso:JInstaller::loadMD5Sum}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JInstaller::loadMD5Sum|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JInstaller::loadMD5Sum|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 46: | Line 43: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JInstaller]][[Category:JInstaller::loadMD5Sum]]</noinclude> | <noinclude>[[Category:JInstaller]][[Category:JInstaller::loadMD5Sum]]</noinclude> | ||
Revision as of 21:11, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JInstaller::loadMD5Sum
Description
Loads an MD5SUMS file into an associative array.
Description:JInstaller::loadMD5Sum [Edit Descripton]
public function loadMD5Sum ($filename)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $filename | string | Filename to load |
- Returns Array Associative array with filenames as the index and the MD5 as the value
- Defined on line 1778 of libraries/joomla/installer/installer.php
See also
-
JInstaller::loadMD5Sum source code on BitBucket
-
Class JInstaller
-
Subpackage Installer
- Other versions of JInstaller::loadMD5Sum
SeeAlso:JInstaller::loadMD5Sum [Edit See Also]
User contributed notes
<CodeExamplesForm />
