検索

phrase: max: clip:
target: order:
Results of 341 - 350 of about 1068 for file (0.020 sec.)
Trains on an entire dataset for a period of time 3038
« fann_train_epoch fann_train_on_file » PHP Manual Fann 関数 Trains on an entire dataset for a p ... れ以外の場合に false を返します。 参考 fann_train_on_file() - Trains on an entire dataset, which is read fro ... m file, for a period of time fann_train_epoch() - Train o ...
https://man.plustar.jp/php/function.fann-train-on-data.html - [similar]
有効な証明書の格納場所を検索する 3038
« openssl_free_key openssl_get_cipher_methods » PHP Manual OpenSSL 関数 有効な証明書の格納場所を ... 例の出力は以下となります。 array(8) { ["default_cert_file"]=> string(21) "/usr/lib/ssl/cert.pem" ["default_c ... ert_file_env"]=> string(13) "SSL_CERT_FILE" ["default_cert_ ... lt_cert_area"]=> string(12) "/usr/lib/ssl" ["ini_cafile"]=> string(0) "" ["ini_capath"]=> string(0) "" } 関 ...
https://man.plustar.jp/php/function.openssl-get-cert-locations.html - [similar]
PKCS#12 認証ストアをパースして配列形式にする 3038
« openssl_pkcs12_export openssl_pkcs7_decrypt » PHP Manual OpenSSL 関数 PKCS#12 認証ストアをパー ... enssl_pkcs12_read() の例 <?php if (! $cert_store = file_get_contents ( "/certs/file.p12" )) { echo "Error: ... Unable to read the cert file\n" ; exit; } if ( openssl_pkcs12_read ( $cert_stor ...
https://man.plustar.jp/php/function.openssl-pkcs12-read.html - [similar]
署名を生成する 3038
« openssl_seal openssl_spki_export_challenge » PHP Manual OpenSSL 関数 署名を生成する openssl_si ... を取得して準備 $pkeyid = openssl_pkey_get_private ( "file://src/openssl-0.9.6/demos/sign/key.pem" ); // 署名 ... e_key_pem , OPENSSL_ALGO_SHA256 ); // それらを保存 file_put_contents ( 'private_key.pem' , $private_key_pe ... m ); file_put_contents ( 'public_key.pem' , $public_key_pem ... ); file_put_contents ( 'signature.dat' , $signature ); // ...
https://man.plustar.jp/php/function.openssl-sign.html - [similar]
画像をページに配置する 3038
« ps_open_memory_image ps_rect » PHP Manual PS 関数 画像をページに配置する ps_place_image (PECL ... D。 imageid ps_open_image() あるいは ps_open_image_file() が返す、 画像のリソース ID。 x 画像の左下角の x ... ) - 後で配置するために画像を読み込む ps_open_image_file() - ファイルから画像を開く 関連キーワード: 画像 , ... 配置 , ページ , open , float , 座標 , 左下 , file , リソース , scale ...
https://man.plustar.jp/php/function.ps-place-image.html - [similar]
phar 内の現在の Phar エントリの圧縮を解除する 3038
« PharFileInfo::__construct PharFileInfo::delMetadata » PHP Manual PharFileInfo phar 内の現在の ... Phar エントリの圧縮を解除する PharFileInfo::decompress (PHP 5 >= 5.3.0, PHP 7, PHP 8, PEC ... L phar >= 2.0.0) PharFileInfo::decompress — phar 内の現在の Phar エントリの圧 ... 縮を解除する 説明 public PharFileInfo::decompress (): bool このメソッドは、Phar アー ... BadMethodCallException をスローします。 例 例1 PharFileInfo::decompress() の例 <?php try { $p = new Phar ( ...
https://man.plustar.jp/php/pharfileinfo.decompress.html - [similar]
このエントリを展開するのに必要な RAR プログラムの最低バージョンを取得する 3038
« RarEntry::getUnpackedSize RarEntry::isDirectory » PHP Manual RarEntry このエントリを展開するの ... ます。 例 例1 RarEntry::getVersion() の例 <?php $rar_file = rar_open ( 'example.rar' ) or die( "Rar アーカイ ... プンに失敗しました" ); $entry = rar_entry_get ( $rar_file , 'Dir/file.txt' ) or die( "そのようなエントリは見 ...
https://man.plustar.jp/php/rarentry.getversion.html - [similar]
フィールドの配列を CSV の行として書き出す 3038
« SplFileObject::fpassthru SplFileObject::fread » PHP Manual SplFileObject フィールドの配列を CS ... V の行として書き出す SplFileObject::fputcsv (PHP 5 >= 5.4.0, PHP 7, PHP 8) SplF ... ールドの配列を CSV の行として書き出す 説明 public SplFileObject::fputcsv ( array $fields , string $separator ... 独自仕様のエスケープ機構が無効になります。 例 例1 SplFileObject::fputcsv() の例 <?php $list = array ( array( ... , '456' , '789' ), array( '"aaa"' , '"bbb"' ) ); $file = new SplFileObject ( 'file.csv' , 'w' ); foreach ...
https://man.plustar.jp/php/splfileobject.fputcsv.html - [similar]
現在の Tidy の設定を取得する 3038
« tidy::$errorBuffer tidy::getHtmlVer » PHP Manual tidy 現在の Tidy の設定を取得する tidy::getCo ... ibutes] => 1 [alt-text] => [slide-style] => [error-file] => [output-file] => [write-back] => [markup] => 1 ... -2000] => [tidy-mark] => [gnu-emacs] => [gnu-emacs-file] => [literal-attributes] => [show-body-only] => [f ... t , tags , attributes , getConfig , new , indent , file ...
https://man.plustar.jp/php/tidy.getconfig.html - [similar]
ssdeep Fuzzy Hashing 3014
« preg_split はじめに » PHP Manual テキスト処理 ssdeep Fuzzy Hashing ssdeep Fuzzy Hashing はじめ ... etween two fuzzy hash signatures ssdeep_fuzzy_hash_filename — Create a fuzzy hash from a file ssdeep_fuzzy ... h , ssdeep , from , Create , インストール , 設定 , file , filename , signatures ...
https://man.plustar.jp/php/book.ssdeep.html - [similar]