検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 159 for param (0.038 sec.)
プリペアドステートメント 5289
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステー ... xecute */ $id = 1 ; $label = 'PHP' ; $stmt -> bind_param ( "is" , $id , $label ); // "is" means that $id is ... tement, stage 2: bind and execute */ $stmt -> bind_param ( "is" , $id , $label ); // "is" means that $id is ... st(id) VALUES (?), (?), (?), (?)" ); $stmt -> bind_param ( 'iiii' , ... $values ); $stmt -> execute (); 結果 ... うために必要です。 詳しい情報は、 mysqli_stmt::bind_param() を参照して下さい。 このように、変数とクエリを別に ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
Firebird/InterBase 関数 5289
« 定義済み定数 fbird_add_user » PHP Manual Firebird/InterBase Firebird/InterBase 関数 Firebird/I ... m_fields — のエイリアス ibase_num_fields fbird_num_params — のエイリアス ibase_num_params fbird_param_info ... — のエイリアス ibase_param_info fbird_pconnect — のエイリアス ibase_pconnect ... s — 結果セットにおけるフィールド数を得る ibase_num_params — プリペアドクエリのパラメータ数を返す ibase_para ... ase_prepare — Prepare a query for later binding of parameter placeholders and execution ibase_query — Inter ...
https://man.plustar.jp/php/ref.ibase.html - [similar]
Firebird/InterBase 5243
« dbase_replace_record はじめに » PHP Manual ベンダー固有のモジュール Firebird/InterBase Firebir ... m_fields — のエイリアス ibase_num_fields fbird_num_params — のエイリアス ibase_num_params fbird_param_info ... — のエイリアス ibase_param_info fbird_pconnect — のエイリアス ibase_pconnect ... s — 結果セットにおけるフィールド数を得る ibase_num_params — プリペアドクエリのパラメータ数を返す ibase_para ... ase_prepare — Prepare a query for later binding of parameter placeholders and execution ibase_query — Inter ...
https://man.plustar.jp/php/book.ibase.html - [similar]
Trigger a timer tick callback function by time interval 5243
« swoole_timer_exists swoole_version » PHP Manual Swoole 関数 Trigger a timer tick callback func ... timer_tick ( int $ms , callable $callback , mixed $param = ? ): int パラメータ ms callback 戻り値 関連キーワ ...
https://man.plustar.jp/php/function.swoole-timer-tick.html - [similar]
型宣言 5243
« コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、 ... 型ではありません。 <?php function test ( boolean $param ) {} test ( true ); ?> 上の例の PHP 8 での出力は、 ... l error: Uncaught TypeError: test(): Argument #1 ($param) must be of type boolean, bool given, called in - ... かもしれません。 <?php function array_baz (array & $param ) { $param = 1 ; } $var = []; array_baz ( $var ); ... or: Uncaught TypeError: array_baz(): Argument #1 ($param) must be of type array, int given, called in - on ...
https://man.plustar.jp/php/language.types.declarations.html - [similar]
プリペアドステートメントおよびストアドプロシージャ 5243
« トランザクションおよび自動コミット エラーおよびエラー処理 » PHP Manual PDO プリペアドステートメ ... me, value) VALUES (:name, :value)" ); $stmt -> bindParam ( ':name' , $name ); $stmt -> bindParam ( ':value' ... ISTRY (name, value) VALUES (?, ?)" ); $stmt -> bindParam ( 1 , $name ); $stmt -> bindParam ( 2 , $value ); ... pare ( "CALL sp_returns_string(?)" ); $stmt -> bindParam ( 1 , $return_value , PDO :: PARAM_STR , 4000 ); / ... urns_string(?)" ); $value = 'hello' ; $stmt -> bindParam ( 1 , $value , PDO :: PARAM_STR | PDO :: PARAM_INP ...
https://man.plustar.jp/php/pdo.prepared-statements.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 5197
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... 明 oci_bind_by_name ( resource $statement , string $param , mixed &$var , int $max_length = -1 , int $type = ... 0 ): bool PHP の変数 var を Oracle プレースホルダ param にバインドします。 バインドは Oracle データベースの ... メータ statement 有効な OCI8 ステートメント識別子。 param コロンを先頭につけたバインド変数プレースホルダをス ... テートメント内で使います。 コロンは param では必須ではありません。 Oracle はクエスチョンマー ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
Produce diff of two XML documents 5197
« XMLDiff\Base::__construct XMLDiff\Base::merge » PHP Manual XMLDiff\Base Produce diff of two XM ... ethod is to produce diff of the two documents. The param order matters and will produce different output. パ ...
https://man.plustar.jp/php/xmldiff-base.diff.html - [similar]
Get the number of images 5163
« Imagick::convolveImage Imagick::cropImage » PHP Manual Imagick Get the number of images Imagic ... ght (or might not) require this method to accept a parameter. This parameter is here to be conformant with ... the interface of countable, even though the param is not used. 戻り値 Returns the number of images. ... ワード: images , Get , Imagick , of , the , count , parameter , countable , might , not ...
https://man.plustar.jp/php/imagick.count.html - [similar]
直近に実行されたステートメントで変更・削除・追加、あるいは選択された行の総数を返... 5163
« mysqli_stmt mysqli_stmt::attr_get » PHP Manual mysqli_stmt 直近に実行されたステートメントで変更 ... 変数をバインドします */ $code = 'A%' ; $stmt -> bind_param ( "s" , $code ); /* 文を実行します */ $stmt -> exe ... をバインドします */ $code = 'A%' ; mysqli_stmt_bind_param ( $stmt , "s" , $code ); /* 文を実行します */ mysq ...
https://man.plustar.jp/php/mysqli-stmt.affected-rows.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT