検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 405 for Num (0.007 sec.)
メッセージ本文中の特定のセクションを取り出す 4450
« imap_fetch_overview imap_fetchheader » PHP Manual IMAP 関数 メッセージ本文中の特定のセクション ... p_fetchbody ( IMAP\Connection $imap , int $message_num , string $section , int $flags = 0 ): string | fal ... map IMAP\Connection クラスのインスタンス。 message_num メッセージ番号。 section パート番号。ピリオドで区切 ... であり、以下の組合わせとなります。 FT_UID - message_num は UID である FT_PEEK - 既に設定されていない場合、 ... メッセージ , 本文 , 特定 , セクション , fetchbody , num , Connection , パート , 関数 , クラス ...
https://man.plustar.jp/php/function.imap-fetchbody.html - [similar]
The MySQLi Extension Function Summary 4450
« ノート 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 ... ::field_count mysqli_field_count() N/A Returns the number of columns for the most recent query $mysqli::h ... rning_count mysqli_warning_count() N/A Returns the number of warnings from the last query for the given l ... mysqli_stmt_affected_rows() N/A Returns the total number of rows changed, deleted, or inserted by the la ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]
通貨をパースする 4450
« NumberFormatter::getTextAttribute NumberFormatter::parse » PHP Manual NumberFormatter 通貨をパ ... ースする NumberFormatter::parseCurrency numfmt_parse_currency ( ... PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) NumberFormatter::parseCurrency -- numfmt_parse_currenc ... — 通貨をパースする 説明 オブジェクト指向型 public NumberFormatter::parseCurrency ( string $string , stri ... cy , int &$offset = null ): float | false 手続き型 numfmt_parse_currency ( NumberFormatter $formatter , s ...
https://man.plustar.jp/php/numberformatter.parsecurrency.html - [similar]
メッセージの特定のセクションに対する MIME ヘッダを取り出します 4424
« imap_fetchheader imap_fetchstructure » PHP Manual IMAP 関数 メッセージの特定のセクションに対す ... p_fetchmime ( IMAP\Connection $imap , int $message_num , string $section , int $flags = 0 ): string | fal ... map IMAP\Connection クラスのインスタンス。 message_num メッセージ番号 section パート番号。ピリオドで区切ら ... マスク。以下の組合わせとなります。 FT_UID - message_num は UID です FT_PEEK - 既に設定されていない場合、\S ... クション , ヘッダ , 本文 , fetchmime , Connection , num , 期待 , パート ...
https://man.plustar.jp/php/function.imap-fetchmime.html - [similar]
内部的な結果ポインタを移動する 4424
« mysql_create_db mysql_db_name » PHP Manual MySQL 関数 内部的な結果ポインタを移動する mysql_dat ... 説明 mysql_data_seek ( resource $result , int $row_number ): bool mysql_data_seek() は、指定した結果 ID ( ... 指す MySQL 結果の内部ポインタが指定した行番号 (row_number)を指すように移動します。 この後、たとえば mysq ... 場合には、 ここで指定した行の内容が返されます。 row_number は 0 から始まります。 row_number は 0 から mysq ... l_num_rows() - 1 までの範囲にあるべきです。 しかし、もし ...
https://man.plustar.jp/php/function.mysql-data-seek.html - [similar]
関数の引数リストを配列として返す 4390
« func_get_arg func_num_args » PHP Manual 関数処理 関数 関数の引数リストを配列として返す func_ge ... 関数の引数リストを配列で取得します。 この関数は func_num_args() および func_get_arg() と組み合わせて使用され ... 例1 func_get_args() の例 <?php function foo () { $numargs = func_num_args (); echo "引数の数: $numargs \ ... n" ; if ( $numargs >= 2 ) { echo "二番目の引数は: " . func_get_ar ... $arg_list = func_get_args (); for ( $i = 0 ; $i < $numargs ; $i ++) { echo "引数 $i は: " . $arg_list [ $ ...
https://man.plustar.jp/php/function.func-get-args.html - [similar]
プリペアドクエリのパラメータに関する情報を返す 4390
« ibase_num_params ibase_pconnect » PHP Manual Firebird/InterBase 関数 プリペアドクエリのパラメー ... 説明 ibase_param_info ( resource $query , int $param_number ): array クエリが準備された後に、パラメータにつ ... query InterBase プリペアドクエリのハンドル。 param_number パラメータのオフセット。 戻り値 配列を返します。 ... _field_info() - フィールドに関する情報を得る ibase_num_params() - プリペアドクエリのパラメータ数を返す 関 ... ペアドクエリ , 情報 , ibase , param , info , 配列 , num , params , query ...
https://man.plustar.jp/php/function.ibase-param-info.html - [similar]
新しいファイルオブジェクトを作成する 4390
« SplFileObject SplFileObject::current » PHP Manual SplFileObject 新しいファイルオブジェクトを作 ... lFileObject ( __FILE__ ); foreach ( $file as $line_num => $line ) { echo "Line $line_num is $line " ; } ? ... bject(__FILE__); Line 2 is foreach ($file as $line_num => $line) { Line 3 is echo "Line $line_num is $lin ...
https://man.plustar.jp/php/splfileobject.construct.html - [similar]
Reads a file that stores training data 4364
« fann_randomize_weights fann_reset_errno » PHP Manual Fann 関数 Reads a file that stores traini ... タ filename The input file in the following format: num_train_data num_input num_output inputdata separate ...
https://man.plustar.jp/php/function.fann-read-train-from-file.html - [similar]
GMP 数を文字列に変換する 4364
« gmp_sqrtrem gmp_sub » PHP Manual GMP 関数 GMP 数を文字列に変換する gmp_strval (PHP 4 >= 4.0.4, ... 字列に変換する 説明 gmp_strval ( GMP | int | string $num , int $base = 10 ): string GMP 数を base を基数とす ... 変換します。 デフォルトの基数は 10 です。 パラメータ num 文字列の変換したい GMP 数。 GMP オブジェクト、整数 ... 連キーワード: 変換 , 基数 , strval , int , string , num , 数値 , sqrtrem , 関数 , 表現 ...
https://man.plustar.jp/php/function.gmp-strval.html - [similar]