sodium_crypto_aead_xchacha20poly1305_ietf_decrypt

Supported Versions: PHP 7 >= 7.2.0, PHP 8
(Preferred) Verify then decrypt with XChaCha20-Poly1305
<?php sodium_crypto_aead_xchacha20poly1305_ietf_decrypt(    string $ciphertext,    string $additional_data,    string $nonce,    string $key): string|false