PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

openssl_x509_export> <openssl_x509_checkpurpose
Last updated: Fri, 05 Sep 2008

view this page in

openssl_x509_export_to_file

(PHP 4 >= 4.2.0, PHP 5)

openssl_x509_export_to_fileExporte un certificat vers un fichier

Description

bool openssl_x509_export_to_file ( mixed $x509 , string $outfilename [, bool $notext ] )

openssl_x509_export_to_file() stocke un certificat x509 dans le fichier outfilename au format PRM.

Liste de paramètres

x509

outfilename

Chemin du fichier de sortie.

notext

Le paramètre optionnel notext affecte le niveau verbeu de l'affichage ; s'il vaut FALSE, des informations humainement lisibles seront ajoutées dans l'affichage. Par défaut, vaut TRUE.

Valeurs de retour

Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.



add a note add a note User Contributed Notes
openssl_x509_export_to_file
There are no user contributed notes for this page.

openssl_x509_export> <openssl_x509_checkpurpose
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites