検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 191 for export (0.002 sec.)
Export the contents of a SVN directory 10146
« svn_diff svn_fs_abort_txn » PHP Manual SVN 関数 Export the contents of a SVN directory svn_export ... ort (PECL svn >= 0.3.0) svn_exportExport the contents of a SVN directory 説明 svn_ ... orking_copy = true , int $revision_no = -1 ): bool Export the contents of either a working copy or repositor ... the new repository. working_copy If true , it will export uncommitted files from the working copy. 戻り値 成 ... e を、失敗した場合に false を返します。 例 例1 svn_export() example <?php $working_dir = '../' ; $new_workin ...
https://man.plustar.jp/php/function.svn-export.html - [similar]
キーをエクスポートする 10059
« gnupg_encryptsign gnupg_getengineinfo » PHP Manual GnuPG 関数 キーをエクスポートする gnupg_export ... ort (PECL gnupg >= 0.1) gnupg_export — キーをエクスポートする 説明 gnupg_export ( resou ... の関数は false を返します。 例 例1 Procedural gnupg_export() example <?php $res = gnupg_init (); $export = gn ... upg_export ( $res , "8660281B6051D071D94B5B230549F9DC851566DC ... " ); echo $export ; ?> 例2 OO gnupg_export() example <?php $gpg = ne ...
https://man.plustar.jp/php/function.gnupg-export.html - [similar]
Export BLOB/CLOB data to file 9438
« cubrid_lob_close cubrid_lob_get » PHP Manual CUBRID 関数 Export BLOB/CLOB data to file cubrid_ ... lob_export (PECL CUBRID >= 8.3.1) cubrid_lob_exportExport ... BLOB/CLOB data to file 説明 cubrid_lob_export ( resource $conn_identifier , resource $lob_identi ... fier , string $path_name ): bool cubrid_lob_export() is used to get BLOB/CLOB data from CUBRID databa ... 失敗した場合に false を返します。 例 例1 cubrid_lob_export() example <?php $conn = cubrid_connect ( "localhos ...
https://man.plustar.jp/php/function.cubrid-lob-export.html - [similar]
Export the lob object to a file 9122
« cubrid_lob2_close cubrid_lob2_import » PHP Manual CUBRID 関数 Export the lob object to a file ... cubrid_lob2_export (PECL CUBRID >= 8.4.1) cubrid_lob2_exportExport ... the lob object to a file 説明 cubrid_lob2_export ( resource $lob_identifier , string $file_name ): ... bool The cubrid_lob2_export() function is used to save the contents of BLOB/CL ... 失敗した場合に false を返します。 例 例1 cubrid_lob2_export() example <?php // Table: test_lob (id INT, conten ...
https://man.plustar.jp/php/function.cubrid-lob2-export.html - [similar]
変数の文字列表現を出力または返す 8588
« var_dump ウェブサービス » PHP Manual 変数操作 関数 変数の文字列表現を出力または返す var_export ... (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) var_export — 変数の文字列表現を出力または返す 説明 var_export ... ixed $value , bool $return = false ): ? string var_export() は、 渡された変数に関する構造化された情報を返しま ... 変数 return 使用されかつ true に設定された場合、 var_export() は変数表現を出力する代わりに返します。 戻り値 re ... スポートした結果が動くようになりました。 例 例1 var_export() の例 <?php $a = array ( 1 , 2 , array ( "a" , "b ...
https://man.plustar.jp/php/function.var-export.html - [similar]
CSR をファイルにエクスポートする 8152
« openssl_cms_verify openssl_csr_export » PHP Manual OpenSSL 関数 CSR をファイルにエクスポートす ... る openssl_csr_export_to_file (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) open ... ssl_csr_export_to_file — CSR をファイルにエクスポートする 説明 op ... enssl_csr_export_to_file ( OpenSSLCertificateSigningRequest | strin ... ilename , bool $no_text = true ): bool openssl_csr_export_to_file() は、Certificate Signing Request csr を受 ...
https://man.plustar.jp/php/function.openssl-csr-export-to-file.html - [similar]
署名済みの公開鍵とチャレンジに関連するチャレンジをエクスポートする 8097
« openssl_sign openssl_spki_export » PHP Manual OpenSSL 関数 署名済みの公開鍵とチャレンジに関連す ... るチャレンジをエクスポートする openssl_spki_export_challenge (PHP 5 >= 5.6.0, PHP 7, PHP 8) openssl_s ... pki_export_challenge — 署名済みの公開鍵とチャレンジに関連する ... チャレンジをエクスポートする 説明 openssl_spki_export_challenge ( string $spki ): string | false エンコー ... G レベルのエラーが発生します。 例 例1 openssl_spki_export_challenge() の例 関連するチャレンジの文字列を取り出 ...
https://man.plustar.jp/php/function.openssl-spki-export-challenge.html - [similar]
署名済みの公開鍵とチャレンジから、有効なPEMフォーマットの公開鍵をエクスポートす... 7967
« openssl_spki_export_challenge openssl_spki_new » PHP Manual OpenSSL 関数 署名済みの公開鍵とチャ ... フォーマットの公開鍵をエクスポートする openssl_spki_export (PHP 5 >= 5.6.0, PHP 7, PHP 8) openssl_spki_export ... ーマットの公開鍵をエクスポートする 説明 openssl_spki_export ( string $spki ): string | false 署名済みの公開鍵と ... G レベルのエラーが発生します。 例 例1 openssl_spki_export() の例 関連するPEMフォーマットの公開鍵を取り出しま ... key , 'challenge string' ); $pubKey = openssl_spki_export ( preg_replace ( '/SPKAC=/' , '' , $spkac )); if ( ...
https://man.plustar.jp/php/function.openssl-spki-export.html - [similar]
CSR を文字列としてエクスポートする 7792
« openssl_csr_export_to_file openssl_csr_get_public_key » PHP Manual OpenSSL 関数 CSR を文字列と ... してエクスポートする openssl_csr_export (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl_csr_ ... SR を文字列としてエクスポートする 説明 openssl_csr_export ( OpenSSLCertificateSigningRequest | string $csr , ... $output , bool $no_text = true ): bool openssl_csr_export() は、Certificate Signing Request csr を受け取り、 ... のリソースを受け入れていました。 例 例1 openssl_csr_export() の例 <?php $subject = array( "commonName" => "ex ...
https://man.plustar.jp/php/function.openssl-csr-export.html - [similar]
OCILob::export のエイリアス 7520
« ocistatementtype ociwritetemporarylob » PHP Manual OCI8 廃止されたエイリアスと関数 OCILob::export ... 8, PECL OCI8 >= 1.0.0) ociwritelobtofile — OCILob::export() のエイリアス 説明 OCILob::export() のエイリアス ... ないことを強く推奨します。 関連キーワード: OCILob , export , OCI , ociwritelobtofile , 推奨 , ocistatementtyp ...
https://man.plustar.jp/php/function.ociwritelobtofile.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT