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 3201 to 3250 of 4125 functions (Page 65 of 83)
crypto_aead_chacha20poly1305_encrypt()
$message $assocData $nonce +1 more
crypto_aead_chacha20poly1305_ietf_decrypt()
$message $assocData $nonce +1 more
crypto_aead_chacha20poly1305_ietf_encrypt()
$message $assocData $nonce +1 more
crypto_auth()
$message $key
crypto_auth_verify()
$mac $message $key
crypto_box()
$message $nonce $kp
crypto_box_keypair()
crypto_box_keypair_from_secretkey_and_publickey()
$sk $pk
crypto_box_open()
$message $nonce $kp
crypto_box_publickey()
$keypair
crypto_box_publickey_from_secretkey()
$sk
crypto_box_seal()
$message $publicKey
crypto_box_seal_open()
$message $kp
crypto_box_secretkey()
$keypair
crypto_generichash()
$message $key $outLen
crypto_generichash_final()
$ctx $outputLength
crypto_generichash_init()
$key $outLen
crypto_generichash_update()
$ctx $message
crypto_kx()
$my_secret $their_public $client_public +1 more
crypto_pwhash()
$outlen $passwd $salt +2 more
crypto_pwhash_str()
$passwd $opslimit $memlimit
crypto_pwhash_str_verify()
$passwd $hash
crypto_pwhash_scryptsalsa208sha256()
$outlen $passwd $salt +2 more
crypto_pwhash_scryptsalsa208sha256_str()
$passwd $opslimit $memlimit
crypto_pwhash_scryptsalsa208sha256_str_verify()
$passwd $hash
crypto_scalarmult()
$n $p
crypto_scalarmult_base()
$n
crypto_secretbox()
$message $nonce $key
crypto_secretbox_open()
$message $nonce $key
crypto_shorthash()
$message $key
crypto_sign()
$message $sk
crypto_sign_detached()
$message $sk
crypto_sign_keypair()
crypto_sign_open()
$signedMessage $pk
crypto_sign_publickey()
$keypair
crypto_sign_publickey_from_secretkey()
$sk
crypto_sign_secretkey()
$keypair
crypto_sign_seed_keypair()
$seed
crypto_sign_verify_detached()
$signature $message $pk
crypto_sign_ed25519_pk_to_curve25519()
$pk
crypto_sign_ed25519_sk_to_curve25519()
$sk
crypto_stream()
$len $nonce $key
crypto_stream_xor()
$message $nonce $key
hex2bin()
$string
memcmp()
$a $b
memzero()
$str
randombytes_buf()
$amount
randombytes_uniform()
$upperLimit
randombytes_random16()
sodium_crypto_stream_xchacha20()
$len $nonce $key