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

search for in the

openssl_csr_get_subject> <openssl_csr_export
[edit] Last updated: Fri, 07 Jun 2013

view this page in

openssl_csr_get_public_key

(PHP 5 >= 5.2.0)

openssl_csr_get_public_keyBelirtilen sertifikanın genel anahtarını döndürür

Açıklama

resource openssl_csr_get_public_key ( mixed $csr [, bool $kısa_ad_kullan = true ] )
Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.



add a note add a note User Contributed Notes openssl_csr_get_public_key - [1 notes]
up
1
php at siemenroorda dot nl
3 years ago
Function openssl_pkey_get_details can read this resource. Try:

<?php
  print_r
(openssl_pkey_get_details(openssl_csr_get_public_key($csr)));
?>

 
show source | credits | stats | sitemap | contact | advertising | mirror sites