検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 191 for export (0.008 sec.)
のエイリアス OCILob::export 7258
« OCILob::writeTemporary OCI8 廃止されたエイリアスと関数 » PHP Manual OCILob のエイリアス OCILob ... ::export OCILob::writeToFile (PHP 5, PHP 7, PHP 8, PECL OCI ... 1.1.0) OCILob::writeToFile — のエイリアス OCILob::export() 説明 この関数は次の関数のエイリアスです。 OCILob ... ::export() . 変更履歴 バージョン 説明 8.0.0, PECL OCI8 3.0. ... に名前が変更されました。 関連キーワード: OCILob , export , OCI , 関数 , 名前 , writeToFile , 変更 , able , ...
https://man.plustar.jp/php/ocilob.writetofile.html - [similar]
OpenSSL 関数 7258
« 証明書の認証 openssl_cipher_iv_length » PHP Manual OpenSSL OpenSSL 関数 OpenSSL 関数 目次 open ... nssl_cms_verify — CMS の署名を検証する openssl_csr_export_to_file — CSR をファイルにエクスポートする openssl ... _csr_export — CSR を文字列としてエクスポートする openssl_csr_g ... PKCS5 v2 の PBKDF2 文字列を生成する openssl_pkcs12_export_to_file — PKCS#12 互換の証明書保存ファイルをエクス ... ポートする openssl_pkcs12_export — PKCS#12 互換の証明書保存ファイルを変数にエクスポ ...
https://man.plustar.jp/php/ref.openssl.html - [similar]
バイナリ文字列にエクスポートする 7171
« gmp_divexact gmp_fact » PHP Manual GMP 関数 バイナリ文字列にエクスポートする gmp_export (PHP 5 ... >= 5.6.1, PHP 7, PHP 8) gmp_export — バイナリ文字列にエクスポートする 説明 gmp_export ... は、失敗時に false を返さなくなりました。 例 例1 gmp_export() の例 <?php $number = gmp_init ( 16705 ); echo gm ... p_export ( $number ) . "\n" ; ?> 上の例の出力は以下となりま ... 文字列からインポートする 関連キーワード: バイナリ , export , int , 関数 , string , num , size , flags , パラメ ...
https://man.plustar.jp/php/function.gmp-export.html - [similar]
OpenSSL 7127
« mhash はじめに » PHP Manual 暗号 OpenSSL OpenSSL はじめに インストール/設定 要件 インストール手 ... nssl_cms_verify — CMS の署名を検証する openssl_csr_export_to_file — CSR をファイルにエクスポートする openssl ... _csr_export — CSR を文字列としてエクスポートする openssl_csr_g ... PKCS5 v2 の PBKDF2 文字列を生成する openssl_pkcs12_export_to_file — PKCS#12 互換の証明書保存ファイルをエクス ... ポートする openssl_pkcs12_export — PKCS#12 互換の証明書保存ファイルを変数にエクスポ ...
https://man.plustar.jp/php/book.openssl.html - [similar]
証明書を文字列としてエクスポートする 7084
« openssl_x509_export_to_file openssl_x509_fingerprint » PHP Manual OpenSSL 関数 証明書を文字列と ... してエクスポートする openssl_x509_export (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl_x509 ... _export — 証明書を文字列としてエクスポートする 説明 openss ... l_x509_export ( OpenSSLCertificate | string $certificate , strin ... output , bool $no_text = true ): bool openssl_x509_export() は、 PEM エンコード形式の certificate を文字列 o ...
https://man.plustar.jp/php/function.openssl-x509-export.html - [similar]
証明書をファイルにエクスポートする 7040
« openssl_x509_checkpurpose openssl_x509_export » PHP Manual OpenSSL 関数 証明書をファイルにエク ... スポートする openssl_x509_export_to_file (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) open ... ssl_x509_export_to_file — 証明書をファイルにエクスポートする 説明 ... openssl_x509_export_to_file ( OpenSSLCertificate | string $certificate ... lename , bool $no_text = true ): bool openssl_x509_export_to_file() は、 PEM エンコード形式の certificate を ...
https://man.plustar.jp/php/function.openssl-x509-export-to-file.html - [similar]
Reflection クラス 6899
« 拡張 Reflection::export » PHP Manual リフレクション Reflection クラス Reflection クラス (PHP 5 ... 概要 class Reflection { /* メソッド */ public static export ( Reflector $reflector , bool $return = false ): s ... Names ( int $modifiers ): array } 目次 Reflection::export — エクスポートする Reflection::getModifierNames — ... キーワード: Reflection , クラス , getModifierNames , export , public , static , 名前 , 修飾 , array , modifier ...
https://man.plustar.jp/php/class.reflection.html - [similar]
ラージオブジェクトをファイルにエクスポートする 6899
« pg_lo_create pg_lo_import » PHP Manual PostgreSQL 関数 ラージオブジェクトをファイルにエクスポー ... トする pg_lo_export (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_export ... オブジェクトをファイルにエクスポートする 説明 pg_lo_export ( PgSql\Connection $connection = ? , int $oid , st ... ring $pathname ): bool pg_lo_export() は PostgreSQL データベースから ラージオブジェクト ... する必要があります。 注意 : この関数は、以前は pg_loexport() と呼ばれていました。 パラメータ connection PgSql ...
https://man.plustar.jp/php/function.pg-lo-export.html - [similar]
クラスをエクスポートする 6899
« ReflectionClass::__construct ReflectionClass::getAttributes » PHP Manual ReflectionClass クラス ... をエクスポートする ReflectionClass::export (PHP 5, PHP 7) ReflectionClass::export — クラスをエ ... 強く推奨します。 説明 public static ReflectionClass::export ( mixed $argument , bool $return = false ): string ... 外の場合は null を返します。 例 例1 ReflectionClass::export() の基本的な使用例 <?php class Apple { public $var ... type () { return 'Apple' ; } } ReflectionClass :: export ( 'Apple' ); ?> 上の例の出力は、 たとえば以下のよう ...
https://man.plustar.jp/php/reflectionclass.export.html - [similar]
エクスポート可能な形式で、キーを文字列に取得する 6855
« openssl_pkey_export_to_file openssl_pkey_free » PHP Manual OpenSSL 関数 エクスポート可能な形式 ... で、キーを文字列に取得する openssl_pkey_export (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl_pkey ... _export — エクスポート可能な形式で、キーを文字列に取得する ... 説明 openssl_pkey_export ( OpenSSLAsymmetricKey | OpenSSLCertificate | arra ... ull , ? array $options = null ): bool openssl_pkey_export() は、 key を PEM エンコードした文字列として取得し ...
https://man.plustar.jp/php/function.openssl-pkey-export.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT