検索

phrase: max: clip:
target: order:
Results of 451 - 460 of about 777 for e (0.051 sec.)
Returns the activation steepness for supplied neuron and layer number 3090
« fann_get_activation_function fann_get_bias_array » PHP Manual Fann 関数 Returns the activation ... steepness for supplied neuron and layer number fann_ge ... t_activation_steepness (PECL fann >= 1.0.0) fann_get_activation_ste ... epness — Returns the activation steepness for supplied ... neuron and layer number 説明 fann_get_activation_stee ...
https://man.plustar.jp/php/function.fann-get-activation-steepness.html - [similar]
Sets the activation steepness for supplied neuron and layer number 3090
« fann_set_activation_steepness_output fann_set_bit_fail_limit » PHP Manual Fann 関数 Sets the a ... ctivation steepness for supplied neuron and layer number fann_se ... t_activation_steepness (PECL fann >= 1.0.0) fann_set_activation_ste ... epness — Sets the activation steepness for supplied neu ... ron and layer number 説明 fann_set_activation_steepness ( resou ...
https://man.plustar.jp/php/function.fann-set-activation-steepness.html - [similar]
ファイルの内容を全て文字列に読み込む 3090
« 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 ... e_path = false , ? resource $context = null , int $offset = 0 , ? ...
https://man.plustar.jp/php/function.file-get-contents.html - [similar]
ファイルの inode を取得する 3090
« filegroup filemtime » PHP Manual ファイルシステム 関数 ファイルの inode を取得する fileinode ( ... PHP 4, PHP 5, PHP 7, PHP 8) fileinode — ファイルの inode を取得する 説明 fileinode ... ( string $filename ): int | false ファイルの inode を取得します。 ... パラメータ filename ファイルへのパス。 戻り値 ファイルの inode 番号 ... を返し、失敗した場合に false を返します。 エラー / 例外 失敗したときは E_WARNIN ...
https://man.plustar.jp/php/function.fileinode.html - [similar]
ファイルの所有者を取得する 3090
« filemtime fileperms » PHP Manual ファイルシステム 関数 ファイルの所有者を取得する fileowner (P ... HP 4, PHP 5, PHP 7, PHP 8) fileowner — ファイルの所有者を取得する 説明 fileowner ( ... string $filename ): int | false ファイルの所有者を取得します。 ... パラメータ filename ファイルへのパス。 戻り値 ファイルの所有者のユ ... ーザー ID を返し、失敗した場合に false を返します。 ユーザー ID は数値で返されます。ユーザ ...
https://man.plustar.jp/php/function.fileowner.html - [similar]
変数の float 値を取得する 3090
« empty get_debug_type » PHP Manual 変数操作 関数 変数の float 値を取得する floatval (PHP 4 >= 4 ... val — 変数の float 値を取得する 説明 floatval ( mixed $value ): float value の float 値を返します。 パラ ... メータ value あらゆるスカラ型を指定できます。オブジェクトに flo ... atval() を使用することはできません。 その場合は E_NOTICE レベルのエラーを発して 1 を返します。 戻り値 ... す。 例 例1 floatval() の例 <?php $var = '122.34343The' ; $float_value_of_var = floatval ( $var ); echo $ ...
https://man.plustar.jp/php/function.floatval.html - [similar]
指定したオブジェクトのプロパティを取得する 3090
« get_mangled_object_vars get_parent_class » PHP Manual クラス/オブジェクト関数 指定したオブジェ ... クトのプロパティを取得する get_object_vars (PHP 4, PHP 5, PHP 7, PHP 8) get_obje ... — 指定したオブジェクトのプロパティを取得する 説明 get_object_vars ( object $object ): array 指定した ob ... ject について、 そのスコープ内でアクセス可能な非 stat ... ic プロパティを取得します。 パラメータ object オブジェクトのインスタンス。 戻り値 指定したオブ ...
https://man.plustar.jp/php/function.get-object-vars.html - [similar]
乱数シードを設定する 3090
« gmp_random_range gmp_random » PHP Manual GMP 関数 乱数シードを設定する gmp_random_seed (PHP 7, ... PHP 8) gmp_random_seed — 乱数シードを設定する 説明 gmp_random_seed ( GM ... P | int | string $seed ): void パラメータ seed gmp_random() , gmp_rando ... m_bits() , gmp_random_range() 向けに設定するシード GMP オブジェクト、整数、ある ... 戻り値 成功した場合に null を、失敗した場合に false を返します. エラー / 例外 seed が無効な場合は E_WA ...
https://man.plustar.jp/php/function.gmp-random-seed.html - [similar]
16進エンコードされたバイナリ文字列をデコードする 3090
« hebrevc html_entity_decode » PHP Manual String 関数 16進エンコードされたバイナリ文字列をデコー ... ドする hex2bin (PHP 5 >= 5.4.0, PHP 7, PHP 8) hex2bin — 16進 ... エンコードされたバイナリ文字列をデコードする 説明 hex2bin ( string $string ): string | false 16進エンコ ... 変換する関数では ありません 。 2進数への変換には base_convert() 関数を使いましょう。 パラメータ string 1 ... 進表現に変換したものを返します。 失敗した場合に false を返します。 エラー / 例外 16進表現の入力文字列長が ...
https://man.plustar.jp/php/function.hex2bin.html - [similar]
変数が null かどうか調べる 3090
« is_long is_numeric » PHP Manual 変数操作 関数 変数が null かどうか調べる is_null (PHP 4 >= 4.0 ... ull — 変数が null かどうか調べる 説明 is_null ( mixed $value ): bool 指定した変数が null かどうかを調べ ... ます。 パラメータ value 評価する変数。 戻り値 value が null の場合に true ... 、 それ以外の場合に false を返します。 例 例1 is_null() の例 <?php error_rep ... orting ( E_ALL ); $foo = NULL ; var_dump ( is_null ( $inexist ...
https://man.plustar.jp/php/function.is-null.html - [similar]