random_bytes()

Function: Windows with PHP < 5.3.0 will not have the function openssl_random_pseudo_bytes() available, so let's use CAPICOM to work around this deficiency.

Source: wp-includes/random_compat/random_bytes_com_dotnet.php:41

Used by 1 function | Uses 3 functions

random_int()

Function: Fetch a random integer between $min and $max inclusive

Source: wp-includes/random_compat/random_int.php:41

Used by 1 function | Uses 2 functions

rawurlencode_deep()

Function: Navigates through an array, object, or scalar, and raw-encodes the values to be used in a URL.

Source: wp-includes/formatting.php:2726

Used by 2 functions | Uses 1 function