検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 159 for PARAM (0.011 sec.)
Sets the CUBRID database parameters 10522
« cubrid_set_autocommit cubrid_set_drop » PHP Manual CUBRID 関数 Sets the CUBRID database parame ... ters cubrid_set_db_parameter (PECL CUBRID >= 8.4.0) cubrid_set_db_parameter ... — Sets the CUBRID database parameters 説明 cubrid_set_db_parameter ( resource $conn ... _identifier , int $param_type , int $param_value ): bool The cubrid_set_db_ ... eter() function is used to set the CUBRID database parameters. It can set the following CUBRID database par ...
https://man.plustar.jp/php/function.cubrid-set-db-parameter.html - [similar]
PHP 変数を SQL 文のパラメータにバインドする 10257
« db2_autocommit db2_client_info » PHP Manual IBM DB2 関数 PHP 変数を SQL 文のパラメータにバイン ... ドする db2_bind_param (PECL ibm_db2 >= 1.0.0) db2_bind_param — PHP 変数を ... SQL 文のパラメータにバインドする 説明 db2_bind_param ( resource $stmt , int $parameter_number , string ... $variable_name , int $parameter_type = ? , int $data_type = 0 , int $precision ... tmt db2_prepare() が返すプリペアドステートメント。 parameter_number プリペアドステートメントのパラメータの位 ...
https://man.plustar.jp/php/function.db2-bind-param.html - [similar]
のエイリアス ibase_param_info 9142
« fbird_num_params fbird_pconnect » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_param_ ... info fbird_param_info (PHP 5, PHP 7 < 7.4.0) fbird_param_info — のエ ... イリアス ibase_param_info() 説明 この関数は次の関数のエイリアスです。 i ... base_param_info() . 参考 fbird_field_info() - のエイリアス ib ... ase_field_info fbird_num_params() - のエイリアス ibase_num_params 関連キーワード: ...
https://man.plustar.jp/php/function.fbird-param-info.html - [similar]
SQL プリペアドコマンドを出力する 9142
« PDOStatement::columnCount PDOStatement::errorCode » PHP Manual PDOStatement SQL プリペアドコマ ... ンドを出力する PDOStatement::debugDumpParams (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.9.0) ... PDOStatement::debugDumpParams — SQL プリペアドコマンドを出力する 説明 public PD ... OStatement::debugDumpParams (): ? bool プリペアドステートメントに含まれる以下 ... します。 使用する SQL クエリ、使用するパラメータ数 ( Params )、パラメータリスト、パラメータ名、 パラメータの型 ...
https://man.plustar.jp/php/pdostatement.debugdumpparams.html - [similar]
Returns the CUBRID database parameters 9015
« cubrid_get_client_info cubrid_get_query_timeout » PHP Manual CUBRID 関数 Returns the CUBRID da ... tabase parameters cubrid_get_db_parameter (PECL CUBRID >= 8.3.0 ... ) cubrid_get_db_parameter — Returns the CUBRID database parameters 説明 ... cubrid_get_db_parameter ( resource $conn_identifier ): array This func ... tion returns the CUBRID database parameters,失敗した場合に false を返します. It returns a ...
https://man.plustar.jp/php/function.cubrid-get-db-parameter.html - [similar]
コンストラクタ 8256
« ReflectionParameter::__clone ReflectionParameter::export » PHP Manual ReflectionParameter コン ... ストラクタ ReflectionParameter::__construct (PHP 5, PHP 7, PHP 8) ReflectionP ... __construct — コンストラクタ 説明 public ReflectionParameter::__construct ( string | array | object $functi ... on , int | string $param ) ReflectionParameter クラスのインスタンスを構築し ... す。 パラメータ function パラメータを調べたい関数。 param パラメータの位置を指定する int (0から始まります)、 ...
https://man.plustar.jp/php/reflectionparameter.construct.html - [similar]
指定したステートメントのパラメータ数を返す 8130
« mysqli_stmt::$num_rows mysqli_stmt::prepare » PHP Manual mysqli_stmt 指定したステートメントのパ ... ラメータ数を返す mysqli_stmt::$param_count mysqli_stmt_param_count (PHP 5, PHP 7, PHP 8 ... ) mysqli_stmt::$param_count -- mysqli_stmt_param_count — 指定したステート ... タ数を返す 説明 オブジェクト指向型 int $mysqli_stmt->param_count ; 手続き型 mysqli_stmt_param_count ( mysqli_ ... ry WHERE Name=? OR Code=?" )) { $marker = $stmt -> param_count ; printf ( "Statement has %d markers.\n" , $ ...
https://man.plustar.jp/php/mysqli-stmt.param-count.html - [similar]
定義済み定数 8130
« リソース型 接続、および接続の管理 » PHP Manual PDO 定義済み定数 定義済み定数 以下の定数が定義さ ... に動的にロードされている場合のみ使用可能です。 PDO::PARAM_BOOL ( int ) ブールデータ型を表します。 PDO::PARAM ... _NULL ( int ) SQL NULL データ型を表します。 PDO::PARAM_INT ( int ) SQL INTEGER データ型を表します。 PDO:: ... VARCHAR, または他の文字列データ型を表します。 PDO::PARAM_STR_NATL ( int ) 事前定義された文字セットを使用する ... 示すフラグです。 PHP 7.2.0 以降で利用可能です。 PDO::PARAM_STR_CHAR ( int ) 通常の文字セットを使用する文字列で ...
https://man.plustar.jp/php/pdo.constants.html - [similar]
プリペアドステートメントのパラメータに変数をバインドする 8084
« mysqli_stmt::attr_set mysqli_stmt::bind_result » PHP Manual mysqli_stmt プリペアドステートメン ... トのパラメータに変数をバインドする mysqli_stmt::bind_param mysqli_stmt_bind_param (PHP 5, PHP 7, PHP 8) mysql ... i_stmt::bind_param -- mysqli_stmt_bind_param — プリペアドステートメン ... る 説明 オブジェクト指向型 public mysqli_stmt::bind_param ( string $types , mixed &$var , mixed &...$vars ): ... bool 手続き型 mysqli_stmt_bind_param ( mysqli_stmt $statement , string $types , mixed & ...
https://man.plustar.jp/php/mysqli-stmt.bind-param.html - [similar]
指定された変数名にパラメータをバインドする 8038
« PDOStatement::bindColumn PDOStatement::bindValue » PHP Manual PDOStatement 指定された変数名にパ ... ラメータをバインドする PDOStatement::bindParam (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) ... PDOStatement::bindParam — 指定された変数名にパラメータをバインドする 説明 ... public PDOStatement::bindParam ( string | int $param , mixed &$var , int $type = ... PDO::PARAM_STR , int $maxLength = 0 , mixed $driverOptions = ...
https://man.plustar.jp/php/pdostatement.bindparam.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT