您搜索了: variables (简体中文 - 芬兰语)

计算机翻译

尝试学会如何从人工翻译例句找到译文。

Chinese

Finnish

信息

Chinese

variables

Finnish

 

从: 机器翻译
建议更好的译文
质量:

人工翻译

来自专业的译者、企业、网页和免费的翻译库。

添加一条翻译

简体中文

芬兰语

信息

简体中文

梒 33. creating variables

芬兰语

edellinen

最后更新: 2011-10-24
使用频率: 1
质量:

简体中文

瞰赽 33-1. creating variables with different scopes.

芬兰语

esimerkki 33-1.

最后更新: 2011-10-24
使用频率: 1
质量:

简体中文

瞰赽 1. a stream for reading/writing global variables

芬兰语

esimerkki 1.

最后更新: 2011-10-24
使用频率: 1
质量:

简体中文

the session_unset() function frees all session variables currently registered.

芬兰语

huomaa:

最后更新: 2011-10-24
使用频率: 1
质量:

简体中文

if you're interested in importing other variables into the global scope, such as server, consider using extract().

芬兰语

huomaa:

最后更新: 2011-10-24
使用频率: 1
质量:

简体中文

parses str as if it were the query string passed via an url and sets variables in the current scope. if the second parameter arr is present, variables are stored in this variable as an array elements instead.

芬兰语

huomaa:

最后更新: 2011-10-24
使用频率: 1
质量:

简体中文

// fill in data for the distinguished name to be used in the cert // you must change the values of these keys to match your name and // company, or more precisely, the name and company of the person/site // that you are generating the certificate for. // for ssl certificates, the commonname is usually the domain name of // that will be using the certificate, but for s/mime certificates, // the commonname will be the name of the individual who will use the // certificate. $dn = array( "countryname" = "uk", "stateorprovincename" = "somerset", "localityname" = "glastonbury", "organizationname" = "the brain room limited", "organizationalunitname" = "php documentation team", "commonname" = "wez furlong", "emailaddress" = "wez@php.net"); // generate a new private (and public) key pair $privkey = openssl_pkey_new(); // generate a certificate signing request $csr = openssl_csr_new($dn, $privkey); // you will usually want to create a self-signed certificate at this // point until your ca fulfills your request. // this creates a self-signed cert that is valid for 365 days $sscert = openssl_csr_sign($csr, null, $privkey, 365); // now you will want to preserve your private key, csr and self-signed // cert so that they can be installed into your web server, mail server // or mail client (depending on the intended use of the certificate). // this example shows how to get those things into variables, but you // can also store them directly into files. // typically, you will send the csr on to your ca who will then issue // you with the "real" certificate. openssl_csr_export($csr, $csrout) and debug_zval_dump($csrout); openssl_x509_export($sscert, $certout) and debug_zval_dump($certout); openssl_pkey_export($privkey, $pkeyout, "mypassword") and debug_zval_dump($pkeyout); // show any errors that occurred here while (($e = openssl_error_string()) !== false) {echo $e. "\n";}

芬兰语

esimerkki 1. openssl_csr_new() example - creating a self-signed-certificate

最后更新: 2011-10-24
使用频率: 1
质量:

警告:包含不可见的HTML格式

获取更好的翻译,从
7,763,861,975 条人工翻译中汲取

用户现在正在寻求帮助:



Cookie 讓我們提供服務。利用此服務即表示你同意我們使用Cookie。 更多資訊。 確認