検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 549 for values (0.074 sec.)
PHP の変数を、クエリで取得するカラムに関連づける 3859
« oci_connect oci_error » PHP Manual OCI8 関数 PHP の変数を、クエリで取得するカラムに関連づける ... HAR2(30)); INSERT INTO mytab (id, "MyDescription") values (1, 'Iced Coffee'); COMMIT; */ $conn = oci_connect ... NUMBER, fruit CLOB); INSERT INTO mytab (id, fruit) values (1, 'apple'); INSERT INTO mytab (id, fruit) values ... NUMBER, fruit CLOB); INSERT INTO mytab (id, fruit) values (1, 'apple'); INSERT INTO mytab (id, fruit) values ...
https://man.plustar.jp/php/function.oci-define-by-name.html - [similar]
テーブルを更新する 3859
« pg_untrace pg_version » PHP Manual PostgreSQL 関数 テーブルを更新する pg_update (PHP 4 >= 4.3. ... nnection $connection , string $table_name , array $values , array $conditions , int $flags = PGSQL_DML_EXEC ... pg_update() は、 conditions にマッチするレコードを values に更新します。 flags が指定された場合、指定したオプ ... ンスタンス。 table_name 行を更新するテーブルの名前。 values テーブル table_name のフィールド名をキーに、 そして ... ド: テーブル , 更新 , update , flags , エスケープ , values , パラメータ , マッチ , conditions , convert ...
https://man.plustar.jp/php/function.pg-update.html - [similar]
Sorts the map in-place by key 3829
« Ds\Map::keys Ds\Map::ksorted » PHP Manual Map Sorts the map in-place by key Ds\Map::ksort (PEC ... ed $a , mixed $b ): int 警告 Returning non-integer values from the comparison function, such as float , will ... nal cast to int of the callback's return value. So values such as 0.99 and 0.1 will both be cast to an integ ... er value of 0, which will compare such values as equal. 戻り値 値を返しません。 例 例1 Ds\Map::k ...
https://man.plustar.jp/php/ds-map.ksort.html - [similar]
Sorts the map in-place by value 3829
« Ds\Map::slice Ds\Map::sorted » PHP Manual Map Sorts the map in-place by value Ds\Map::sort (PE ... ed $a , mixed $b ): int 警告 Returning non-integer values from the comparison function, such as float , will ... nal cast to int of the callback's return value. So values such as 0.99 and 0.1 will both be cast to an integ ... er value of 0, which will compare such values as equal. 戻り値 値を返しません。 例 例1 Ds\Map::s ...
https://man.plustar.jp/php/ds-map.sort.html - [similar]
Returns a copy, sorted by value 3829
« Ds\Map::sort Ds\Map::sum » PHP Manual Map Returns a copy, sorted by value Ds\Map::sorted (PECL ... ed $a , mixed $b ): int 警告 Returning non-integer values from the comparison function, such as float , will ... nal cast to int of the callback's return value. So values such as 0.99 and 0.1 will both be cast to an integ ... er value of 0, which will compare such values as equal. 戻り値 Returns a copy of the map, sorted ...
https://man.plustar.jp/php/ds-map.sorted.html - [similar]
Returns a copy, sorted by key 3806
« Ds\Map::ksort Ds\Map::last » PHP Manual Map Returns a copy, sorted by key Ds\Map::ksorted (No ... ed $a , mixed $b ): int 警告 Returning non-integer values from the comparison function, such as float , will ... nal cast to int of the callback's return value. So values such as 0.99 and 0.1 will both be cast to an integ ... er value of 0, which will compare such values as equal. 戻り値 Returns a copy of the map, sorted ...
https://man.plustar.jp/php/ds-map.ksorted.html - [similar]
Bind variables to a prepared statement as parameters 3806
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... ): bool The cubrid_bind() function is used to bind values to a corresponding named or question mark placehol ... The following table shows the types of substitute values. CUBRID Bind Date Types Support Bind Type Correspo ... ql = "INSERT INTO php_cubrid_lob_test(doc_content) VALUES(?)" ; $req = cubrid_prepare ( $con , $sql ); $fp = ... ); $sql = "INSERT INTO php_cubrid_lob_test(image) VALUES(?)" ; $req = cubrid_prepare ( $con , $sql ); cubri ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]
変数に関する情報をダンプする 3806
« unset var_export » PHP Manual 変数操作 関数 変数に関する情報をダンプする var_dump (PHP 4, PHP ... ダンプする 説明 var_dump ( mixed $value , mixed ...$values ): void この関数は、指定した式に関してその型や値を ... ことが可能です。 パラメータ value ダンプしたい変数。 values ダンプしたい追加の変数。 戻り値 値を返しません。 例 ... ダンプ , 情報 , 出力 , var , 関数 , string , zval , values , 構造 ...
https://man.plustar.jp/php/function.var-dump.html - [similar]
Wrap a PHP callable in a LuaSandboxFunction 3806
« LuaSandbox::unpauseUsageTimer LuaSandboxFunction » PHP Manual LuaSandbox Wrap a PHP callable i ... ction. The function must return either an array of values (which may be empty), or null which is equivalent ... rmation about calling Lua functions and the return values, see LuaSandboxFunction::call() . パラメータ funct ...
https://man.plustar.jp/php/luasandbox.wrapphpfunction.html - [similar]
クエリのプレースホルダーに値をバインドする 3806
« CollectionModify::arrayInsert CollectionModify::__construct » PHP Manual mysql_xdevapi\Collect ... devapi\CollectionModify::bind ( array $placeholder_values ): mysql_xdevapi\CollectionModify 変更操作の検索条 ... ダーのリストを受け付けます。 パラメータ placeholder_values 検索条件の中で置き換える値。 複数の値が許されていま ... 値 , bind , NAME , xdevapi , Array , 検索 , 操作 , values , PLACEHOLDER ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.bind.html - [similar]