Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
openid.inc
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
function _openid_get_bytes
File
drupal/
modules/
openid/
openid.inc
, line 568
OpenID utility functions.
Code
function
_openid_get_bytes
(
$num_bytes
) {
return
drupal_random_bytes
(
$num_bytes
); }