検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 563 for number (0.068 sec.)
バイナリ文字列からインポートする 4205
« gmp_hamdist gmp_init » PHP Manual GMP 関数 バイナリ文字列からインポートする gmp_import (PHP 5 ... 返さなくなりました。 例 例1 gmp_import() の例 <?php $number = gmp_import ( "\0" ); echo gmp_strval ( $number ) ... . "\n" ; $number = gmp_import ( "\0\1\2" ); echo gmp_strval ( $numb ...
https://man.plustar.jp/php/function.gmp-import.html - [similar]
フィールドの桁数を問い合わせる 4205
« oci_field_precision oci_field_size » PHP Manual OCI8 関数 フィールドの桁数を問い合わせる oci_f ... 数は -127 となります。 もし精度が 0 の場合、カラムは NUMBER 型、そうでなければ NUMBER(精度, 桁数) となります。 ... 以下のテーブルを用意します // CREATE TABLE mytab (c1 NUMBER, c2 FLOAT, c3 NUMBER(4), c4 NUMBER(5,3)); $conn = ...
https://man.plustar.jp/php/function.oci-field-scale.html - [similar]
The MySQLi Extension Function Summary 4205
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... :affected_rows mysqli_affected_rows() N/A Gets the number of affected rows in a previous MySQL operation $my ... ::field_count mysqli_field_count() N/A Returns the number of columns for the most recent query $mysqli::host ... rning_count mysqli_warning_count() N/A Returns the number of warnings from the last query for the given link ... mysqli_stmt_affected_rows() N/A Returns the total number of rows changed, deleted, or inserted by the last ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]
Ultimate Oscillator 4175
« trader_typprice trader_var » PHP Manual Trader 関数 Ultimate Oscillator trader_ultosc (PECL tr ... 数値の配列。 close 終値。実数値の配列。 timePeriod1 Number of bars for 1st period. Valid range from 1 to 1000 ... 00. timePeriod2 Number of bars for 2nd period. Valid range from 1 to 1000 ... 00. timePeriod3 Number of bars for 3rd period. Valid range from 1 to 1000 ...
https://man.plustar.jp/php/function.trader-ultosc.html - [similar]
定義済み定数 4114
« フィルタフラグ 例 » PHP Manual Filter 定義済み定数 定義済み定数 以下の定数が定義されています。 ... _URL ( int ) "url" フィルタの ID。 FILTER_SANITIZE_NUMBER_INT ( int ) "number_int" フィルタの ID。 FILTER_SA ... NITIZE_NUMBER_FLOAT ( int ) "number_float" フィルタの ID。 FILTE ... されていません) FILTER_FLAG_ALLOW_FRACTION ( int ) "number_float" フィルタで小数を許可します。 FILTER_FLAG_AL ... LOW_THOUSAND ( int ) "number_float" フィルタで桁区切り文字 ( , ) を許可します。 ...
https://man.plustar.jp/php/filter.constants.html - [similar]
表示される長さを返す 4114
« pg_field_num pg_field_size » PHP Manual PostgreSQL 関数 表示される長さを返す pg_field_prtlen ( ... pg_field_prtlen ( PgSql\Result $result , int $row_number , mixed $field_name_or_number ): int pg_field_prtl ... en ( PgSql\Result $result , mixed $field_name_or_number ): int pg_field_prtlen() は、 result で指定した値に ... 表示した場合の長さ(文字の数)を返します。行番号(row_number)は 0 から始まります。この関数は、エラーの場合に fa ... lse を返します。 field_name_or_number は、 int または string のどちらかで渡すことが可能で ...
https://man.plustar.jp/php/function.pg-field-prtlen.html - [similar]
変数を WDDX パケットにシリアライズする 4114
« wddx_serialize_value XMLDiff » PHP Manual WDDX 関数 変数を WDDX パケットにシリアライズする wdd ... ersion='1.0'><header/><data><struct><var name='a'><number>1</number></var> <var name='b'><number>5.5</number ...
https://man.plustar.jp/php/function.wddx-serialize-vars.html - [similar]
Description 4114
« Imagick::hasPreviousImage Imagick::identifyImage » PHP Manual Imagick Description Imagick::ide ... containing formatting sequences e.g. "Trim box: %@ number of unique colors: %k". 戻り値 Returns format失敗し ... yFormat() <?php $output = "Output of 'Trim box: %@ number of unique colors: %k' is: <br/>" ; $imagick = new ... tput .= $imagick -> identifyFormat ( "Trim box: %@ number of unique colors: %k" ); ?> 関連キーワード: Descri ...
https://man.plustar.jp/php/imagick.identifyformat.html - [similar]
相対的な書式 4091
« 複合的な書式 サポートされるタイムゾーンのリスト » PHP Manual サポートする日付と時刻の書式 相対 ... hu' | 'fri' | 'sat' daytext 'weekday' | 'weekdays' number [+-]?[0-9]+ ordinal 'first' | 'second' | 'third' | ... 最後の 曜日を計算します。 "last sat of July 2008" number space ? ( unit | 'week') 値を数値で指定するような、 ... d July 23rd, 2008" は "2008-07-23" の意味です。) " number dayname " は、 日付を進め ません 。 (例: "1 wednes ... y july 23rd, 2008" は "2008-07-23" の意味です。) " number week dayname " は、 指定された週を加算しますが、 さ ...
https://man.plustar.jp/php/datetime.formats.relative.html - [similar]
ある文における結果のカラム数を返す 4091
« oci_new_descriptor oci_num_rows » PHP Manual OCI8 関数 ある文における結果のカラム数を返す oci_ ... 以下のテーブルを用意します // CREATE TABLE mytab (id NUMBER, quantity NUMBER); $conn = oci_connect ( "hr" , "h ... type ( $stid , $i ) . "<br>\n" ; } // 出力は // ID NUMBER // QUANTITY NUMBER oci_free_statement ( $stid ); o ...
https://man.plustar.jp/php/function.oci-num-fields.html - [similar]