検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 234 for input (0.061 sec.)
Sets the activation steepness for supplied neuron and layer number 4751
« fann_set_activation_steepness_output fann_set_bit_fail_limit » PHP Manual Fann 関数 Sets the a ... number neuron in layer number layer , counting the input layer as layer 0. It is not possible to set activa ... tion steepness for the neurons in the input layer. The steepness of an activation function say ...
https://man.plustar.jp/php/function.fann-set-activation-steepness.html - [similar]
指定したフィルタでデータをフィルタリングする 4751
« filter_var_array 関数処理 » PHP Manual Filter 関数 指定したフィルタでデータをフィルタリングする ... 取り、オプションでそれらをフィルタリングする filter_input() - 指定した名前の変数を外部から受け取り、オプショ ... ンでそれをフィルタリングする filter_input_array() - 外部から変数を受け取り、オプションでそれ ... lter , データ , var , 指定 , array , 処理 , 変数 , input , フラグ ...
https://man.plustar.jp/php/function.filter-var.html - [similar]
MIME ヘッダフィールドを作成する 4751
« iconv_mime_decode iconv_set_encoding » PHP Manual iconv 関数 MIME ヘッダフィールドを作成する i ... "Q" は quoted-printable エンコードを表します。 B B input-charset string 第 1 パラメータ field_name と第 2 パ ... \n" ( CR LF )が用いられます。 このパラメータは、 input-charset の値にかかわらず 常に ASCII 文字列として扱 ... v_mime_encode() の例: <?php $preferences = array( "input-charset" => "ISO-8859-1" , "output-charset" => "UT ...
https://man.plustar.jp/php/function.iconv-mime-encode.html - [similar]
GD イメージにガンマ補正を適用する 4751
« imagefttext imagegd2 » PHP Manual GD および Image 関数 GD イメージにガンマ補正を適用する image ... る 説明 imagegammacorrect ( GdImage $image , float $input_gamma , float $output_gamma ): bool 指定した GD 画 ... のような画像作成関数が返す GdImage オブジェクト。 input_gamma 入力ガンマ値。 output_gamma 出力ガンマ値。 戻 ...
https://man.plustar.jp/php/function.imagegammacorrect.html - [similar]
二つの文字列のレーベンシュタイン距離を計算する 4751
« lcfirst localeconv » PHP Manual String 関数 二つの文字列のレーベンシュタイン距離を計算する lev ... in() の例 <?php // スペルミスした単語を入力します $input = 'carrrot' ; // チェックするための単語の配列 $wor ... 在の単語の距離を // 計算します $lev = levenshtein ( $input , $word ); // マッチするかどうかチェックします if ... word ; $shortest = $lev ; } } echo "入力した単語: $input \n" ; if ( $shortest == 0 ) { echo "一致するものが ...
https://man.plustar.jp/php/function.levenshtein.html - [similar]
CMS の署名を検証する 4751
« openssl_cms_sign openssl_csr_export_to_file » PHP Manual OpenSSL 関数 CMS の署名を検証する ope ... の署名を検証する 説明 openssl_cms_verify ( string $input_filename , int $flags = 0 , ? string $certificates ... Attached(内包)署名 のふたつがあります。 パラメータ input_filename 入力ファイル。 flags cms_verify() に渡すフ ...
https://man.plustar.jp/php/function.openssl-cms-verify.html - [similar]
php.ini ディレクティブのリスト 4751
« php.ini ディレクティブ php.ini のセクション一覧 » PHP Manual php.ini ディレクティブ php.ini デ ... HP_INI_SYSTEM PHP 7.4.0 以降は非推奨 arg_separator.input "&" PHP_INI_PERDIR arg_separator.output "&" PHP_IN ... et "UTF-8" PHP_INI_ALL デフォルトは "UTF-8" です。 input_encoding "" PHP_INI_ALL output_encoding "" PHP_INI ... HP_INI_SYSTEM ibm_db2 1.8.0 以降で利用可能。 iconv.input_encoding "" PHP_INI_ALL PHP 5.6.0 で非推奨となりま ... INI_PERDIR max_execution_time "30" PHP_INI_ALL max_input_nesting_level "64" PHP_INI_PERDIR max_input_vars 1 ...
https://man.plustar.jp/php/ini.list.html - [similar]
The Parle\Lexer class 4720
« Parser examples Parle\Lexer::advance » PHP Manual Parle The Parle\Lexer class The Parle\Lexer ... arle\Lexer::MATCH_ZERO_LEN プロパティ bol Start of input flag. flags Lexer flags. state Current lexer state ... f the latest token match, readonly. cursor Current input offset, readonly. 目次 Parle\Lexer::advance — Proc ...
https://man.plustar.jp/php/class.parle-lexer.html - [similar]
Connect buffer event's file descriptor to given address or UNIX socket 4720
« EventBufferEvent::close EventBufferEvent::connectHost » PHP Manual EventBufferEvent Connect bu ... ad callback */ function readcb ( $bev , $base ) { $input = $bev -> getInput (); while (( $n = $input -> rem ... unction read_cb ( $bev , $unused ) { $in = $bev -> input ; printf ( "Received %ld bytes\n" , $in -> length ...
https://man.plustar.jp/php/eventbufferevent.connect.html - [similar]
配列のすべてのキーの大文字小文字を変更する 4720
« 配列 関数 array_chunk » PHP Manual 配列 関数 配列のすべてのキーの大文字小文字を変更する array_ ... します。 例 例1 array_change_key_case() の例 <?php $input_array = array( "FirSt" => 1 , "SecOnd" => 4 ); pri ... nt_r ( array_change_key_case ( $input_array , CASE_UPPER )); ?> 上の例の出力は以下となり ...
https://man.plustar.jp/php/function.array-change-key-case.html - [similar]