Manuál PHP | ||
---|---|---|
Předcházející | Další |
(PHP 4 >= 4.0.5)
cybermut_testmac -- Make sure that there no was data diddling contained in the received message of confirmationcybermut_testmac() is used to make sure that there was not data diddling contained in the received message of confirmation. Pay attention to parameters code-retour and texte-libre, which cannot be evaluated as is, because of the dash. You must retrieve them by using:
<?php $code_retour = $_GET["code-retour"]; $texte_libre = $_GET["texte-libre"]; ?> |
See also cybermut_creerformulairecm() and cybermut_creerreponsecm().
Předcházející | Domů | Další |
cybermut_creerreponsecm | Nahoru | Cyrus IMAP administration functions |