検索

phrase: max: clip:
target: order:
Results of 721 - 730 of about 1267 for Value (0.125 sec.)
Prepare a SQL statement for execution 2543
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... the SQL statement. Add a parameter when you bind a value in the VALUES clause of INSERT statement or in the ... WHERE clause. Note that it is allowed to bind a value to a MARK(?) by using the cubrid_bind() function o ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]
この接続上で最後に成功した insert クエリが自動生成した ID を返す 2543
« db2_get_option db2_lob_read » PHP Manual IBM DB2 関数 この接続上で最後に成功した insert クエリ ... この関数の結果は、以下のいずれにも影響を受けません。 VALUE 句を使用した単一行の INSERT 文で、ID カラムを指定し ... ていないもの VALUE 句を使用した複数行の INSERT 文 全選択からの INSERT ... ; $insertTable = "INSERT INTO lastInsertID (name) VALUES ('Temp Name')" ; $stmt = @ db2_exec ( $conn , $cr ...
https://man.plustar.jp/php/function.db2-last-insert-id.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 2543
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... oci_parse ( $conn , "INSERT INTO mytab (id, text) VALUES(:id_bv, :text_bv)" ); $id = 1 ; $text = "Data to ... stid = oci_parse ( $conn , 'INSERT INTO mytab (id) VALUES (:bv)' ); oci_bind_by_name ( $stid , ':bv' , $v , ... ; $mye3 = NULL ; // pretend we were not given this value oci_bind_by_name ( $stid , ':e1' , $mye1 ); oci_bi ... HAR2(40)); // INSERT INTO mytab (id, salary, name) VALUES (1, 100, 'Chris'); // COMMIT; $conn = oci_connect ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
URL リライタの値をリセットする 2543
« output_add_rewrite_var PHP Options/Info » PHP Manual 出力制御 関数 URL リライタの値をリセットす ... ession_start (); output_add_rewrite_var ( 'var' , 'value' ); echo '<a href="file.php">link</a>' ; ob_flush ... 以下となります。 <a href="file.php?PHPSESSID=xxx&var=value">link</a> <a href="file.php">link</a> 参考 output_ ...
https://man.plustar.jp/php/function.output-reset-rewrite-vars.html - [similar]
単語をハイフネーションする 2543
« ps_get_value ps_include_file » PHP Manual PS 関数 単語をハイフネーションする ps_hyphenate (PEC ... ハイフネーションします。 ps_hyphenate() は、( ps_set_value() で設定した) hyphenminchars の値と ( ps_set_param ...
https://man.plustar.jp/php/function.ps-hyphenate.html - [similar]
文字列属性を設定する 2543
« radius_put_int radius_put_vendor_addr » PHP Manual Radius 関数 文字列属性を設定する radius_put ... ng ( resource $radius_handle , int $type , string $value , int $options = 0 , int $tag = ? ): bool 文字列属 ... ータ radius_handle RADIUS リソース。 type 属性の型。 value 属性の値。 これはヌル終端であることが期待されていま ...
https://man.plustar.jp/php/function.radius-put-string.html - [similar]
ストリームコンテキストを作成する 2543
« stream_bucket_prepend stream_context_get_default » PHP Manual ストリーム 関数 ストリームコンテ ... 想配列からなる連想配列 $arr['wrapper']['option'] = $value または null でなくてはなりません。 使用可能はラッパ ... デフォルトは null です。 params $arr['parameter'] = $value 形式の連想配列、または null でなくてはなりません。 ...
https://man.plustar.jp/php/function.stream-context-create.html - [similar]
変数に関する情報をダンプする 2543
« unset var_export » PHP Manual 変数操作 関数 変数に関する情報をダンプする var_dump (PHP 4, PHP ... 変数に関する情報をダンプする 説明 var_dump ( mixed $value , mixed ...$values ): void この関数は、指定した式に ... 字列 ( string )に保存することが可能です。 パラメータ value ダンプしたい変数。 values ダンプしたい追加の変数。 ... ダンプ , 情報 , 出力 , var , 関数 , string , zval , values , 構造 ...
https://man.plustar.jp/php/function.var-dump.html - [similar]
XML パーサのオプションを設定する 2543
« xml_parser_get_option xml_set_character_data_handler » PHP Manual XML パーサ 関数 XML パーサの ... ( XMLParser $parser , int $option , string | int $value ): bool XML パーサのオプションを設定します。 パラメ ... ーディングは、 ISO-8859-1 , US-ASCII , UTF-8 です。 value そのオプションの新しい設定値。 戻り値 この関数は、 ...
https://man.plustar.jp/php/function.xml-parser-set-option.html - [similar]
画像のコントラストを調整する 2543
« Imagick::shearImage Imagick::sketchImage » PHP Manual Imagick 画像のコントラストを調整する Ima ... a Where the midpoint of the gradient will be. This value should be in the range 0 to 1 - mutliplied by the ... quantum value for ImageMagick. channel Which color channels the ...
https://man.plustar.jp/php/imagick.sigmoidalcontrastimage.html - [similar]