検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 1068 for FILE (0.009 sec.)
XOR training 4995
« 例 Fann 関数 » PHP Manual 例 XOR training XOR training This example shows how to train data fo ... r XOR function 例1 xor.data file 4 2 1 -1 -1 -1 -1 1 1 1 -1 1 1 1 -1 例2 Simple tra ... unction_output ( $ann , FANN_SIGMOID_SYMMETRIC ); $filename = dirname ( __FILE__ ) . "/xor.data" ; if ( fa ... nn_train_on_file ( $ann , $filename , $max_epochs , $epochs_between ... , $desired_error )) fann_save ( $ann , dirname ( __FILE__ ) . "/xor_float.net" ); fann_destroy ( $ann ); } ...
https://man.plustar.jp/php/fann.examples-1.html - [similar]
ファイルの内容を全て文字列に読み込む 4977
« file_exists file_put_contents » PHP Manual ファイルシステム 関数 ファイルの内容を全て文字列に読 ... み込む file_get_contents (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) ... file_get_contents — ファイルの内容を全て文字列に読み込む ... 説明 file_get_contents ( string $filename , bool $use_includ ... ? int $length = null ): string | false この関数は file() と似ていますが、 offset で指定した場所から開始し ...
https://man.plustar.jp/php/function.file-get-contents.html - [similar]
finfo_file() のエイリアス 4935
« finfo::__construct finfo::set_flags » PHP Manual finfo finfo_file() のエイリアス finfo::file ( ... PHP >= 5.3.0, PHP 7, PHP 8, PECL fileinfo >= 0.1.0) finfo::file — finfo_file() のエイリア ... ス 説明 public finfo::file ( string $filename , int $flags = FILEINFO_NONE , ... | false この関数は次の関数のエイリアスです。 finfo_file() 関連キーワード: finfo , file , flags , string , ... 関数 , construct , fileinfo , public , filename , int ...
https://man.plustar.jp/php/finfo.file.html - [similar]
Loads C declarations from a C header file 4893
« FFI::isNull FFI::memcmp » PHP Manual FFI Loads C declarations from a C header file FFI::load ( ... ) FFI::load — Loads C declarations from a C header file 説明 public static FFI::load ( string $filename ): ... ? FFI Loads C declarations from a C header file. It is possible to specify shared libraries that s ... ing special FFI_LIB defines in the loaded C header file. パラメータ filename The name of a C header file. ... except for special cases listed below. The header file should contain a #define statement for the FFI_SCO ...
https://man.plustar.jp/php/ffi.load.html - [similar]
指定したファイルのMD5ハッシュ値を計算する 4893
« ltrim md5 » PHP Manual String 関数 指定したファイルのMD5ハッシュ値を計算する md5_file (PHP 4 > ... = 4.2.0, PHP 5, PHP 7, PHP 8) md5_file — 指定したファイルのMD5ハッシュ値を計算する 説明 m ... d5_file ( string $filename , bool $binary = false ): strin ... c. MD5 メッセージダイジェストアルゴリズム を用いて filename パラメータで指定したファイルの MD5ハッシュを計 ... す。 ハッシュは、32 文字の 16 進数です。 パラメータ filename ファイル名 binary true の場合、長さ 16 の生のバ ...
https://man.plustar.jp/php/function.md5-file.html - [similar]
2 つのファイルのバイナリ diff を、Rabin の polynomial fingerprinting アルゴリズ... 4893
« xdiff_file_patch xdiff_string_bdiff_size » PHP Manual xdiff 関数 2 つのファイルのバイナリ diff ... nomial fingerprinting アルゴリズムで作成する xdiff_file_rabdiff (PECL xdiff >= 1.5.0) xdiff_file_rabdiff — ... l fingerprinting アルゴリズムで作成する 説明 xdiff_file_rabdiff ( string $old_file , string $new_file , st ... をパッチファイルとして保存します。 この関数と xdiff_file_bdiff() との違いは、 使用するアルゴリズムです。この ... できあがったパッチファイルを後で適用するには xdiff_file_bpatch() / xdiff_string_bpatch() を使用します。 ア ...
https://man.plustar.jp/php/function.xdiff-file-rabdiff.html - [similar]
xdiff 4851
« xattr_supported はじめに » PHP Manual ファイルシステム xdiff xdiff はじめに インストール/設定 ... 実行時設定 リソース型 定義済み定数 xdiff 関数 xdiff_file_bdiff_size — バイナリ diff を適用して作成するファイ ... ルのサイズを読み込む xdiff_file_bdiff — 2 つのファイルのバイナリ diff を作成する x ... diff_file_bpatch — ファイルにバイナリ diff 形式のパッチを適用 ... する xdiff_file_diff_binary — xiff_file_bdiff のエイリアス xdiff_f ...
https://man.plustar.jp/php/book.xdiff.html - [similar]
Gets the timestamp of the first sample from rrd file 4851
« rrd_fetch rrd_graph » PHP Manual RRD 関数 Gets the timestamp of the first sample from rrd file ... — Gets the timestamp of the first sample from rrd file 説明 rrd_first ( string $file , int $raaindex = 0 ... irst data sample from the specified RRA of the RRD file. パラメータ file RRD database file name. raaindex ... 敗した場合に false を返します. 関連キーワード: rrd , file , sample , from , stamp , of , RRD , int , RRA , r ...
https://man.plustar.jp/php/function.rrd-first.html - [similar]
PHP DTrace 静的プローブとともに SystemTap を使用 4827
« PHP および DTrace の使用 関数リファレンス » PHP Manual DTrace 動的トレーシング PHP DTrace 静的 ... ess("sapi/cli/php").provider("php").mark("compile__file__entry") process("sapi/cli/php").provider("php").m ... ark("compile__file__return") process("sapi/cli/php").provider("php"). ... ess("sapi/cli/php").provider("php").mark("compile__file__entry") { printf("Probe compile__file__entry\n"); ... printf(" compile_file %s\n", user_string($arg1)); printf(" compile_file_ ...
https://man.plustar.jp/php/features.dtrace.systemtap.html - [similar]
The XMLDiff\File class 4785
« XMLDiff\Memory::merge XMLDiff\File::diff » PHP Manual XMLDiff The XMLDiff\File class The XMLDi ... ff\File class (PECL xmldiff >= 0.8.0) はじめに クラス概要 ... class XMLDiff\File extends XMLDiff\Base { /* メソッド */ public diff ... ( mixed $src , mixed $diff ): mixed } 目次 XMLDiff\File::diff — Diff two XML files XMLDiff\File::merge — P ... duce merged XML document 関連キーワード: XMLDiff , File , string , public , merge , メソッド , from , xmld ...
https://man.plustar.jp/php/class.xmldiff-file.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT