XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:oit.cmc.msu.ru   - Поискать по всем серверам
На этой странице приведены все страницы сервера oit.cmc.msu.ru ,которые мы индексируем. Показаны документы 1361 - 1380 из 3520.

В начало ] Пред. | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | След.В конец ]

Упорядочить по: URL  |  дате изменения
1361. Ora_Bind
PHP Manual . ... Input values can be given by assignment to the bound PHP variables, after calling ora_exec() the bound PHP variables contain the output values if available. <?php ora_parse($curs, "declare tmp INTEGER; begin tmp := :in; :out := tmp; :x := 7.77; end;"); ora_bind($curs, "result", ":x", $len, 2); ora_bind($curs, "input", ":in", 5, 1); ora_bind($curs, "output", ":out", 5, 2); $input = 765; ora_exec($curs); echo "Result: $result<BR>Out: $output<BR>In: $input"; ?> ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.ora-bind.html -- 4.9 Кб -- 03.02.2002
Похожие документы

1362. Ora_Close
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) Ora_Close -- close an Oracle cursor . int ora_close ( int cursor) . Returns TRUE if the close succeeds, otherwise FALSE . Details about the error can be retrieved using the ora_error() and ora_errorcode() functions. This function closes a data cursor opened with ora_open() . Prev . Home . Next . Ora_Bind . Up . Ora_ColumnName
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.ora-close.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1363. openssl_public_decrypt
PHP Manual . Prev . Next . PHP 4 >= 4.0.6) openssl_public_decrypt -- Decrypts data with public key . bool openssl_public_decrypt ( string data, string crypted, resource key [, int padding]) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ... Oracle functions ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.openssl-public-decrypt.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1364. OpenSSL functions
... This module uses the functions of OpenSSL for generation and verification of signatures and for sealing (encrypting) and opening (decrypting) data. ... Quite a few of the openssl functions require a key or a certificate parameter. PHP 4.0.5 and earlier have to use a key or certificate resource returned by one of the openssl_get_xxx functions. ... Certificates . ... The S/MIME functions make use of flags which are specified using a bitfield which can include one or more of the following values: . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/ref.openssl.html -- 14.6 Кб -- 03.02.2002
Похожие документы

1365. openssl_private_decrypt
PHP Manual . Prev . Next . PHP 4 >= 4.0.6) openssl_private_decrypt -- Decrypts data with private key . bool openssl_private_decrypt ( string data, string crypted, mixed key [, int padding]) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.openssl-private-decrypt.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1366. openssl_public_encrypt
PHP Manual . Prev . Next . PHP 4 >= 4.0.6) openssl_public_encrypt -- Encrypts data with public key . bool openssl_public_encrypt ( string data, string crypted, mixed key [, int padding]) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.openssl-public-encrypt.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1367. openssl_pkey_export_to_file
PHP Manual . Prev . Next . PHP 4 CVS only) openssl_pkey_export_to_file -- Gets an exportable representation of a key into a file . bool openssl_pkey_export_to_file ( mixed key, string outfilename [, string passphrase [, array config_args]]) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.openssl-pkey-export-to-file.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1368. openssl_pkey_export
PHP Manual . Prev . Next . PHP 4 CVS only) openssl_pkey_export -- Gets an exportable representation of a key into a string or file . bool openssl_pkey_export ( mixed key, mixed out [, string passphrase [, array config_args]]) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.openssl-pkey-export.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1369. openssl_private_encrypt
PHP Manual . Prev . Next . PHP 4 >= 4.0.6) openssl_private_encrypt -- Encrypts data with private key . bool openssl_private_encrypt ( string data, string crypted, mixed key [, int padding]) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.openssl-private-encrypt.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1370. openssl_csr_new
PHP Manual . Prev . Next . PHP 4 CVS only) openssl_csr_new -- Generates a privkey and CSR . bool openssl_csr_new ( array dn, resource privkey [, array extraattribs [, array configargs]]) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.openssl-csr-new.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1371. openssl_pkey_new
PHP Manual . Prev . Next . PHP 4 CVS only) openssl_pkey_new -- Generates a new private key . resource openssl_pkey_new ( [array configargs]) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.openssl-pkey-new.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1372. openssl_csr_export
PHP Manual . Prev . Next . PHP 4 CVS only) openssl_csr_export -- Exports a CSR to file or a var . bool openssl_csr_export ( resource csr, string out [, bool notext]) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ... openssl_csr_sign ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.openssl-csr-export.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1373. openssl_csr_sign
PHP Manual . Prev . Next . PHP 4 CVS only) openssl_csr_sign -- Signs a cert with another CERT . resource openssl_csr_sign ( mixed csr, mixed x509, mixed priv_key, long days) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.openssl-csr-sign.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1374. openssl_csr_export_to_file
PHP Manual . Prev . Next . PHP 4 CVS only) openssl_csr_export_to_file -- Exports a CSR to file or a var . bool openssl_csr_export_to_file ( resource csr, string outfilename [, bool notext]) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ... openssl_csr_export ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.openssl-csr-export-to-file.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1375. openssl_x509_check_private_key
PHP Manual . Prev . Next . PHP 4 CVS only) openssl_x509_check_private_key -- Checks if a private key corresponds to a CERT . bool openssl_x509_check_private_key ( mixed cert, mixed key) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.openssl-x509-check-private-key.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1376. openssl_x509_export_to_file
PHP Manual . Prev . Next . PHP 4 CVS only) openssl_x509_export_to_file -- Exports a CERT to file or a var . bool openssl_x509_export_to_file ( mixed x509, string outfilename [, bool notext]) . Warning . ... The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.openssl-x509-export-to-file.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1377. openssl_x509_export
PHP Manual . Prev . Next . PHP 4 CVS only) openssl_x509_export -- Exports a CERT to file or a var . bool openssl_x509_export ( mixed x509, string outfilename [, bool notext]) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.openssl-x509-export.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1378. openssl_x509_free
PHP Manual . Prev . Next . PHP 4 >= 4.0.6) openssl_x509_free -- Free certificate resource . void openssl_x509_free ( resource x509cert) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. openssl_x509_free() frees the certificate associated with the specified x509cert resource from memory. Note: This function was added in 4.0.6. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.openssl-x509-free.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1379. openssl_x509_parse
PHP Manual . ... Be warned and use this function at your own risk. openssl_x509_parse() returns information about the supplied x509cert , including fields such as subject name, issuer name, purposes, valid from and valid to dates etc. shortnames controls how the data is indexed in the array - if shortnames is TRUE (the default) then fields will be indexed with the short name form, otherwise, the long name form will be used - e.g.: CN is the shortname form of commonName. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.openssl-x509-parse.html -- 4.7 Кб -- 03.02.2002
Похожие документы

1380. openssl_x509_read
PHP Manual . Prev . Next . PHP 4 >= 4.0.6) openssl_x509_read -- Parse an X.509 certificate and return a resource identifier for it . resource openssl_x509_read ( mixed x509certdata) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. openssl_x509_read() parses the certificate supplied by x509certdata and returns a resource identifier for it. Note: This function was added in 4.0.6. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.openssl-x509-read.html -- 4.1 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования