検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 549 for values (0.049 sec.)
The EvStat class 3568
« EvSignal::set EvStat::attr » PHP Manual Ev The EvStat class The EvStat class (PECL ev >= 0.2.0 ... status changes on. 目次 EvStat::attr — Returns the values most recently detected by Ev EvStat::__construct — ... object EvStat::prev — Returns the previous set of values returned by EvStat::attr EvStat::set — Configures ...
https://man.plustar.jp/php/class.evstat.html - [similar]
配列のキーすべて、あるいはその一部を返す 3568
« array_key_last array_map » PHP Manual 配列 関数 配列のキーすべて、あるいはその一部を返す array ... 4 ) Array ( [0] => color [1] => size ) 参考 array_values() - 配列の全ての値を返す array_combine() - 一方の配 ... , search , Array , key , strict , した値 , 検索 , values ...
https://man.plustar.jp/php/function.array-keys.html - [similar]
一つ以上の要素を配列の最後に追加する 3568
« array_product array_rand » PHP Manual 配列 関数 一つ以上の要素を配列の最後に追加する array_pus ... 追加する 説明 array_push ( array &$array , mixed ...$values ): int array_push() は、 array をスタックとして処理 ... 作と異なっていました。 パラメータ array 入力の配列。 values array の最後に追加する値。 戻り値 処理後の配列の中 ...
https://man.plustar.jp/php/function.array-push.html - [similar]
Set a read lock on the given OID 3568
« cubrid_lob2_write cubrid_lock_write » PHP Manual CUBRID 関数 Set a read lock on the given OID ... rid_execute ( $conn , "INSERT INTO foo(a, b, c, d) VALUES(1, {1,2,3}, {11,22,33,333}, 'a')" ); cubrid_execut ... e ( $conn , "INSERT INTO foo(a, b, c, d) VALUES(2, {4,5,7}, {44,55,66,666}, 'b')" ); $req = cubrid ...
https://man.plustar.jp/php/function.cubrid-lock-read.html - [similar]
Set a write lock on the given OID 3568
« cubrid_lock_read cubrid_move_cursor » PHP Manual CUBRID 関数 Set a write lock on the given OID ... rid_execute ( $conn , "INSERT INTO foo(a, b, c, d) VALUES(1, {1,2,3}, {11,22,33,333}, 'a')" ); cubrid_execut ... e ( $conn , "INSERT INTO foo(a, b, c, d) VALUES(2, {4,5,7}, {44,55,66,666}, 'b')" ); $req = cubrid ...
https://man.plustar.jp/php/function.cubrid-lock-write.html - [similar]
Unicode のコードポイントに対応する文字を返す 3568
« mb_check_encoding mb_convert_case » PHP Manual マルチバイト文字列 関数 Unicode のコードポイント ... ました。 例 例1 さまざまなコードポイントの例 <?php $values = [ 65 , 63 , 0x20AC , 128024 ]; foreach ( $values ...
https://man.plustar.jp/php/function.mb-chr.html - [similar]
クエリの次の行をオブジェクトとして返す 3568
« oci_fetch_assoc oci_fetch_row » PHP Manual OCI8 関数 クエリの次の行をオブジェクトとして返す oc ... VARCHAR2(30)); INSERT INTO mytab (id, description) values (1, 'Fish and Chips'); COMMIT; */ $conn = oci_conn ... HAR2(30)); INSERT INTO mytab (id, "MyDescription") values (1, 'Iced Coffee'); COMMIT; */ $conn = oci_connect ... ription CLOB); INSERT INTO mytab (id, description) values (1, 'A very long string'); COMMIT; */ $conn = oci_ ...
https://man.plustar.jp/php/function.oci-fetch-object.html - [similar]
フェッチしたフィールドが null であるかどうかを確認する 3568
« oci_fetch oci_field_name » PHP Manual OCI8 関数 フェッチしたフィールドが null であるかどうかを ... EATE TABLE mytab (c1 NUMBER); // INSERT INTO mytab VALUES (1); // INSERT INTO mytab VALUES (NULL); $conn = o ...
https://man.plustar.jp/php/function.oci-field-is-null.html - [similar]
Begins a database transaction 3568
« SQLSRV 関数 sqlsrv_cancel » PHP Manual SQLSRV 関数 Begins a database transaction sqlsrv_begin_ ... lsrv_errors (), true )); } /* Initialize parameter values. */ $orderId = 1 ; $qty = 10 ; $productId = 100 ; ... "INSERT INTO OrdersTable (ID, Quantity, ProductID) VALUES (?, ?, ?)" ; $params1 = array( $orderId , $qty , $ ...
https://man.plustar.jp/php/function.sqlsrv-begin-transaction.html - [similar]
Commits a transaction that was begun with sqlsrv_begin_transaction 3568
« sqlsrv_close sqlsrv_configure » PHP Manual SQLSRV 関数 Commits a transaction that was begun wi ... lsrv_errors (), true )); } /* Initialize parameter values. */ $orderId = 1 ; $qty = 10 ; $productId = 100 ; ... "INSERT INTO OrdersTable (ID, Quantity, ProductID) VALUES (?, ?, ?)" ; $params1 = array( $orderId , $qty , $ ...
https://man.plustar.jp/php/function.sqlsrv-commit.html - [similar]