_openid_dh_base64_to_long

Versions
6 – 7
_openid_dh_base64_to_long($str)

Code

modules/openid/openid.inc, line 268

<?php
function _openid_dh_base64_to_long($str) {
  $b64 = base64_decode($str);

  return _openid_dh_binary_to_long($b64);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.