openssl_get_privatekey

openssl_get_privatekey -- Prepare a PEM formatted private key for use

Description

resource openssl_get_privatekey ( mixed key [, string passphrase])

אזהרה

הפונקציה הזו היא ניסיונית . כלומר , התנהגות הפונקציה,שם הפונקציה ובאופן כללי כל מה שמתועד כאן עשוי להשתנות בהפצה עתידית של PHP ללא התרעה . ראה הוזהרת,השימוש בפונקציה זו על אחריותך בלבד .

Returns a positive key resource identifier on success , or FALSE on error .

openssl_get_privatekey( ) parses the PEM formatted private key specified by key and prepares it for use by other functions . The optional parameter passphrase must be used if the specified key is encrypted ( protected by a passphrase ) .