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 3251 to 3300 of 4125 functions (Page 66 of 83)
sodium_crypto_stream_xchacha20_keygen()
sodium_crypto_stream_xchacha20_xor()
$message $nonce $key
sodium_crypto_stream_xchacha20_xor_ic()
$message $nonce $counter +1 more
sodium_add()
$string1 $string2
sodium_base642bin()
$string $variant $ignore
sodium_bin2base64()
$string $variant
sodium_bin2hex()
$string
sodium_compare()
$string1 $string2
sodium_crypto_aead_aes256gcm_decrypt()
$ciphertext $additional_data $nonce +1 more
sodium_crypto_aead_aes256gcm_encrypt()
$message $additional_data $nonce +1 more
sodium_crypto_aead_aes256gcm_is_available()
sodium_crypto_aead_chacha20poly1305_decrypt()
$ciphertext $additional_data $nonce +1 more
sodium_crypto_aead_chacha20poly1305_encrypt()
$message $additional_data $nonce +1 more
sodium_crypto_aead_chacha20poly1305_keygen()
sodium_crypto_aead_chacha20poly1305_ietf_decrypt()
$message $additional_data $nonce +1 more
sodium_crypto_aead_chacha20poly1305_ietf_encrypt()
$message $additional_data $nonce +1 more
sodium_crypto_aead_chacha20poly1305_ietf_keygen()
sodium_crypto_aead_xchacha20poly1305_ietf_decrypt()
$ciphertext $additional_data $nonce +1 more
sodium_crypto_aead_xchacha20poly1305_ietf_encrypt()
$message $additional_data $nonce +1 more
sodium_crypto_aead_xchacha20poly1305_ietf_keygen()
sodium_crypto_auth()
$message $key
sodium_crypto_auth_keygen()
sodium_crypto_auth_verify()
$mac $message $key
sodium_crypto_box()
$message $nonce $key_pair
sodium_crypto_box_keypair()
sodium_crypto_box_keypair_from_secretkey_and_publickey()
$secret_key $public_key
sodium_crypto_box_open()
$ciphertext $nonce $key_pair
sodium_crypto_box_publickey()
$key_pair
sodium_crypto_box_publickey_from_secretkey()
$secret_key
sodium_crypto_box_seal()
$message $public_key
sodium_crypto_box_seal_open()
$message $key_pair
sodium_crypto_box_secretkey()
$key_pair
sodium_crypto_box_seed_keypair()
$seed
sodium_crypto_generichash()
$message $key $length
sodium_crypto_generichash_final()
$state $outputLength
sodium_crypto_generichash_init()
$key $length
sodium_crypto_generichash_keygen()
sodium_crypto_generichash_update()
$state $message
sodium_crypto_kdf_keygen()
sodium_crypto_kdf_derive_from_key()
$subkey_length $subkey_id $context +1 more
sodium_crypto_kx()
$my_secret $their_public $client_public +1 more
sodium_crypto_kx_seed_keypair()
$seed
sodium_crypto_kx_keypair()
sodium_crypto_kx_client_session_keys()
$client_key_pair $server_key
sodium_crypto_kx_server_session_keys()
$server_key_pair $client_key
sodium_crypto_kx_secretkey()
$key_pair
sodium_crypto_kx_publickey()
$key_pair
sodium_crypto_pwhash()
$length $passwd $salt +3 more
sodium_crypto_pwhash_str()
$passwd $opslimit $memlimit
sodium_crypto_pwhash_str_needs_rehash()
$hash $opslimit $memlimit