API17

Difference between revisions of "JSimpleCrypt:: hexToIntArray"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 2: Line 2:
 
=={{JVer|11.1}} JSimpleCrypt::_hexToIntArray==
 
=={{JVer|11.1}} JSimpleCrypt::_hexToIntArray==
 
===Description===
 
===Description===
 
+
HexToIntArray.
  
 
{{Description:JSimpleCrypt::_hexToIntArray}}
 
{{Description:JSimpleCrypt::_hexToIntArray}}
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JSimpleCrypt::_hexToIntArray|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JSimpleCrypt::_hexToIntArray|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JSimpleCrypt::_hexToIntArray ($s)
+
protected function _hexToIntArray ($s)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 20: Line 19:
 
|-
 
|-
 
|$s
 
|$s
 +
|string
 
|
 
|
|
+
|$s
|
 
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' array
 
+
* '''Defined''' on line 160 of libraries/joomla/utilities/simplecrypt.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/utilities/simplecrypt.php (line 132)
 
* see source code in [[jplatform:utilities/simplecrypt.php#cl-132|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JSimpleCrypt::_hexToIntArray source code''' on [[jplatform:utilities/simplecrypt.php#cl-152|BitBucket]]
 +
* {{JVer|11.1}} Class [[JSimpleCrypt/11.1|JSimpleCrypt]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Utilities/11.1|Utilities]]
 +
* [[JSimpleCrypt::_hexToIntArray|Other versions of JSimpleCrypt::_hexToIntArray]]
 +
{{SeeAlso:JSimpleCrypt::_hexToIntArray}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JSimpleCrypt::_hexToIntArray|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JSimpleCrypt::_hexToIntArray|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JSimpleCrypt/11.1|JSimpleCrypt]]
+
===User contributed notes===
* [[JSimpleCrypt::_hexToIntArray|Other versions of this method]]
 
{{SeeAlso:JSimpleCrypt::_hexToIntArray}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 46: Line 44:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JSimpleCrypt]][[Category:JSimpleCrypt::_hexToIntArray]]</noinclude>
 
<noinclude>[[Category:JSimpleCrypt]][[Category:JSimpleCrypt::_hexToIntArray]]</noinclude>

Revision as of 21:40, 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 JSimpleCrypt::_hexToIntArray[edit]

Description[edit]

HexToIntArray.

Template:Description:JSimpleCrypt:: hexToIntArray [Edit Descripton]

protected function _hexToIntArray ($s)
Parameter Type Default Description
$s string $s
  • Returns array
  • Defined on line 160 of libraries/joomla/utilities/simplecrypt.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JSimpleCrypt:: hexToIntArray [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />