JCryptCipherSimple::_hexToIntArray
Convert hex to an array of integers
Signature
private function _hexToIntArray(string
$hex )
Parameters
-
$hex
- The hex string to convert to an integer array.
Returns
- array
- An array of integers.