m_setssl_files

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)

m_setssl_filesSet certificate key files and certificates if server requires client certificate verification

說明

int m_setssl_files ( resource $conn , string $sslkeyfile , string $sslcertfile )
Warning

此函式目前沒有參考文件;只有引數列表。

參數

conn

m_initengine() 回傳的 MCVE_CONN 資源。

sslkeyfile

sslcertfile

回傳值

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top