WPDev.one
Core PHP Functions

Functions Reference

4125+ PHP functions available in the WordPress global namespace. Complete documentation with parameters, return values, and usage examples.

Showing 3301 to 3350 of 4125 functions (Page 67 of 83)
sodium_crypto_pwhash_str_verify()
$passwd $hash
sodium_crypto_pwhash_scryptsalsa208sha256()
$length $passwd $salt +2 more
sodium_crypto_pwhash_scryptsalsa208sha256_str()
$passwd $opslimit $memlimit
sodium_crypto_pwhash_scryptsalsa208sha256_str_verify()
$passwd $hash
sodium_crypto_scalarmult()
$n $p
sodium_crypto_scalarmult_base()
$n
sodium_crypto_secretbox()
$message $nonce $key
sodium_crypto_secretbox_keygen()
sodium_crypto_secretbox_open()
$ciphertext $nonce $key
sodium_crypto_secretstream_xchacha20poly1305_init_push()
$key
sodium_crypto_secretstream_xchacha20poly1305_push()
$state $message $additional_data +1 more
sodium_crypto_secretstream_xchacha20poly1305_init_pull()
$header $key
sodium_crypto_secretstream_xchacha20poly1305_pull()
$state $ciphertext $additional_data
sodium_crypto_secretstream_xchacha20poly1305_rekey()
$state
sodium_crypto_secretstream_xchacha20poly1305_keygen()
sodium_crypto_shorthash()
$message $key
sodium_crypto_shorthash_keygen()
sodium_crypto_sign()
$message $secret_key
sodium_crypto_sign_detached()
$message $secret_key
sodium_crypto_sign_keypair_from_secretkey_and_publickey()
$secret_key $public_key
sodium_crypto_sign_keypair()
sodium_crypto_sign_open()
$signedMessage $public_key
sodium_crypto_sign_publickey()
$key_pair
sodium_crypto_sign_publickey_from_secretkey()
$secret_key
sodium_crypto_sign_secretkey()
$key_pair
sodium_crypto_sign_seed_keypair()
$seed
sodium_crypto_sign_verify_detached()
$signature $message $public_key
sodium_crypto_sign_ed25519_pk_to_curve25519()
$public_key
sodium_crypto_sign_ed25519_sk_to_curve25519()
$secret_key
sodium_crypto_stream()
$length $nonce $key
sodium_crypto_stream_keygen()
sodium_crypto_stream_xor()
$message $nonce $key
sodium_hex2bin()
$string $ignore
sodium_increment()
$string
sodium_library_version_major()
sodium_library_version_minor()
sodium_version_string()
sodium_memcmp()
$string1 $string2
sodium_memzero()
$string
sodium_pad()
$unpadded $block_size
sodium_unpad()
$padded $block_size
sodium_randombytes_buf()
$amount
sodium_randombytes_uniform()
$upperLimit
sodium_randombytes_random16()
sodium_crypto_core_ristretto255_add()
$p $q
sodium_crypto_core_ristretto255_from_hash()
$s
sodium_crypto_core_ristretto255_is_valid_point()
$s
sodium_crypto_core_ristretto255_random()
sodium_crypto_core_ristretto255_scalar_add()
$x $y
sodium_crypto_core_ristretto255_scalar_complement()
$s