検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 405 for Num (0.658 sec.)
データをブロックで送信する 4159
« mysqli_stmt::result_metadata mysqli_stmt::$sqlstate » PHP Manual mysqli_stmt データをブロックで ... 向型 public mysqli_stmt::send_long_data ( int $param_num , string $data ): bool 手続き型 mysqli_stmt_send_l ... ong_data ( mysqli_stmt $statement , int $param_num , string $data ): bool パラメータのデータを、サーバ ... tmt_init() が返す mysqli_stmt オブジェクト。 param_num データに関連付けるパラメータを示します。 パラメータ ...
https://man.plustar.jp/php/mysqli-stmt.send-long-data.html - [similar]
mysqli_stmt クラス 4125
« mysqli::$warning_count mysqli_stmt::$affected_rows » PHP Manual MySQLi mysqli_stmt クラス mysq ... tring $ insert_id ; public readonly int | string $ num_rows ; public readonly int $ param_count ; public ... esults (): bool public next_result (): bool public num_rows (): int | string public prepare ( string $que ... _result | false public send_long_data ( int $param_num , string $data ): bool public store_result (): boo ... — 複数クエリから、次の結果を読み込む mysqli_stmt::$num_rows — サーバから取得した結果セットの行数を返す my ...
https://man.plustar.jp/php/class.mysqli-stmt.html - [similar]
任意精度数値をべき乗する 4125
« bcmul bcpowmod » PHP Manual BC Math 関数 任意精度数値をべき乗する bcpow (PHP 4, PHP 5, PHP 7, ... ow — 任意精度数値をべき乗する 説明 bcpow ( string $num , string $exponent , ? int $scale = null ): string ... num の exponent 乗を求めます。 パラメータ num 基数を表 ...
https://man.plustar.jp/php/function.bcpow.html - [similar]
任意精度数値のべき乗の、指定した数値による剰余 4125
« bcpow bcscale » PHP Manual BC Math 関数 任意精度数値のべき乗の、指定した数値による剰余 bcpowmo ... 乗の、指定した数値による剰余 説明 bcpowmod ( string $num , string $exponent , string $modulus , ? int $scal ... tring modulus で割った余りを求めることを考慮して、 num の exponent 乗を高速に計算します。 パラメータ num ...
https://man.plustar.jp/php/function.bcpowmod.html - [similar]
Prepare a SQL statement for execution 4125
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... ( $req , 2 , 2000 ); cubrid_execute ( $req ); $row_num = cubrid_num_rows ( $req ); printf ( "There are %d ... olympic but not in 2000. For example:\n\n" , $row_num ); printf ( "%-15s %s\n" , "Event_code" , "Event_n ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]
カラム名を得る 4125
« odbc_field_len odbc_field_num » PHP Manual ODBC 関数 カラム名を得る odbc_field_name (PHP 4, PH ... e を返します。 関連キーワード: フィールド , 番号 , num , 関数 , resource , int , string , カラム , 名前 , ...
https://man.plustar.jp/php/function.odbc-field-name.html - [similar]
4125
« 定義済み定数 YAZ 関数 » PHP Manual YAZ 例 例 PHP/YAZ はターゲット(Z-Associations)との接続を保持 ... $_REQUEST [ host ]; $query = $_REQUEST [ query ]; $num_hosts = count ( $host ); if (empty( $query ) || co ... chars ( $query ) . '<br />' ; for ( $i = 0 ; $i < $num_hosts ; $i ++) { $id [] = yaz_connect ( $host [ $i ... n" , $query ); } yaz_wait (); for ( $i = 0 ; $i < $num_hosts ; $i ++) { echo '<hr />' . $host [ $i ] . ': ...
https://man.plustar.jp/php/yaz.examples.html - [similar]
連想配列、添字配列、またはその両方として結果の行を取得する 4099
« mysql_escape_string mysql_fetch_assoc » PHP Manual MySQL 関数 連想配列、添字配列、またはその両 ... です。以下の定数値をとります。: MYSQL_ASSOC , MYSQL_NUM , そして MYSQL_BOTH 戻り値 取得した行をあらわす文字 ... c() の動作と同様に)連想添字のみが取得され、 MYSQL_NUM を利用すると ( mysql_fetch_row() の動作と同様に) ... OM table1, table2 例2 mysql_fetch_array() を MYSQL_NUM とともに利用する <?php mysql_connect ( "localhost" ... while ( $row = mysql_fetch_array ( $result , MYSQL_NUM )) { printf ( "ID: %s Name: %s" , $row [ 0 ], $row ...
https://man.plustar.jp/php/function.mysql-fetch-array.html - [similar]
フィールドの名前を返す 4099
« pg_field_is_null pg_field_num » PHP Manual PostgreSQL 関数 フィールドの名前を返す pg_field_nam ... * from authors where author = 'Orwell'" ); $i = pg_num_fields ( $res ); for ( $j = 0 ; $j < $i ; $j ++) { ... length: -1 bytes field type: varchar 参考 pg_field_num() - 指定されたフィールドのフィールド番号を返す 関連 ...
https://man.plustar.jp/php/function.pg-field-name.html - [similar]
関数・メソッド 4099
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... 線正接(アークハイパボリックタンジェント) b BackedEnum::from - スカラー型の値を列挙型にマップする BackedE ... lt::getType - カラムの型を取得する ColumnResult::isNumberSigned - 符号付きの型かどうかを調べる ColumnResu ... る crypt - 文字列の一方向のハッシュ化を行う ctype_alnum - 英数字かどうかを調べる ctype_alpha - 英字かどうか ... 字かどうかを調べる cubrid_affected_rows - Return the number of rows affected by the last SQL statement cubr ...
https://man.plustar.jp/php/indexes.functions.html - [similar]