Results of 1 - 10 of about 11 for quantity (0.002 sec.)
- 例 12322
- « 定義済み定数 コールバック » PHP Manual Yaml 例 例 例1 Yaml の例 <?php $addr = array( "given" =
...
, "product" => array( array( "sku" => "BL394D" , "quantity" => 4 , "description" => "Basketball" , "price" => ...
450 , ), array( "sku" => "BL4438H" , "quantity" => 1 , "description" => "Super Hoop" , "price" => ...
Oak state: MI postal: 48046 product: - sku: BL394D quantity: 4 description: Basketball price: 450 - sku: BL443 ...
8H quantity: 1 description: Super Hoop price: 2392 tax: 251.42 ...
-
https://man.plustar.jp/php/yaml.examples.html
- [similar]
- YAML 形式にした値を返す 11202
- « yaml_emit_file yaml_parse_file » PHP Manual Yaml 関数 YAML 形式にした値を返す yaml_emit (PECL
...
, "product" => array( array( "sku" => "BL394D" , "quantity" => 4 , "description" => "Basketball" , "price" => ...
450 , ), array( "sku" => "BL4438H" , "quantity" => 1 , "description" => "Super Hoop" , "price" => ...
Oak state: MI postal: 48046 product: - sku: BL394D quantity: 4 description: Basketball price: 450 - sku: BL443 ...
8H quantity: 1 description: Super Hoop price: 2392 tax: 251.42 ...
-
https://man.plustar.jp/php/function.yaml-emit.html
- [similar]
- Rolls back a transaction that was begun with sqlsrv_begin_transaction 9513
- « sqlsrv_query sqlsrv_rows_affected » PHP Manual SQLSRV 関数 Rolls back a transaction that was b
...
st query. */ $sql1 = "INSERT INTO OrdersTable (ID, Quantity, ProductID) VALUES (?, ?, ?)" ; $params1 = array( ...
econd query. */ $sql2 = "UPDATE InventoryTable SET Quantity = (Quantity - ?) WHERE ProductID = ?" ; $params2 = ...
-
https://man.plustar.jp/php/function.sqlsrv-rollback.html
- [similar]
- YAML ストリームをパースする 9513
- « yaml_parse_url Yaf » PHP Manual Yaml 関数 YAML ストリームをパースする yaml_parse (PECL yaml >=
...
stal: 48046 ship-to: *id001 product: - sku: BL394D quantity: 4 description: Basketball price: 450 - sku: BL443 ...
8H quantity: 1 description: Super Hoop price: 2392 tax: 251.42 ...
{ [0]=> array(4) { ["sku"]=> string(6) "BL394D" ["quantity"]=> int(4) ["description"]=> string(10) "Basketbal ...
} [1]=> array(4) { ["sku"]=> string(7) "BL4438H" ["quantity"]=> int(1) ["description"]=> string(10) "Super Hoo ...
-
https://man.plustar.jp/php/function.yaml-parse.html
- [similar]
- Begins a database transaction 9371
- « SQLSRV 関数 sqlsrv_cancel » PHP Manual SQLSRV 関数 Begins a database transaction sqlsrv_begin_
...
st query. */ $sql1 = "INSERT INTO OrdersTable (ID, Quantity, ProductID) VALUES (?, ?, ?)" ; $params1 = array( ...
econd query. */ $sql2 = "UPDATE InventoryTable SET Quantity = (Quantity - ?) WHERE ProductID = ?" ; $params2 = ...
-
https://man.plustar.jp/php/function.sqlsrv-begin-transaction.html
- [similar]
- Commits a transaction that was begun with sqlsrv_begin_transaction 9371
- « sqlsrv_close sqlsrv_configure » PHP Manual SQLSRV 関数 Commits a transaction that was begun wi
...
st query. */ $sql1 = "INSERT INTO OrdersTable (ID, Quantity, ProductID) VALUES (?, ?, ?)" ; $params1 = array( ...
econd query. */ $sql2 = "UPDATE InventoryTable SET Quantity = (Quantity - ?) WHERE ProductID = ?" ; $params2 = ...
-
https://man.plustar.jp/php/function.sqlsrv-commit.html
- [similar]
- 無名関数 8393
- « 内部(ビルトイン)関数 アロー関数 » PHP Manual 関数 無名関数 無名関数 無名関数は クロージャ と
...
ducts = array(); public function add ( $product , $quantity ) { $this -> products [ $product ] = $quantity ; } ...
public function getQuantity ( $product ) { return isset( $this -> products [ $ ...
( $tax ) { $total = 0.00 ; $callback = function ( $quantity , $product ) use ( $tax , & $total ) { $pricePerIt ...
oupper ( $product )); $total += ( $pricePerItem * $quantity ) * ( $tax + 1.0 ); }; array_walk ( $this -> produ ...
-
https://man.plustar.jp/php/functions.anonymous.html
- [similar]
- ある文における結果のカラム数を返す 8108
- « oci_new_descriptor oci_num_rows » PHP Manual OCI8 関数 ある文における結果のカラム数を返す oci_
...
ーブルを用意します // CREATE TABLE mytab (id NUMBER, quantity NUMBER); $conn = oci_connect ( "hr" , "hrpwd" , "l ...
id , $i ) . "<br>\n" ; } // 出力は // ID NUMBER // QUANTITY NUMBER oci_free_statement ( $stid ); oci_close ( $ ...
-
https://man.plustar.jp/php/function.oci-num-fields.html
- [similar]
- Executes a statement prepared with sqlsrv_prepare 6721
- « sqlsrv_errors sqlsrv_fetch_array » PHP Manual SQLSRV 関数 Executes a statement prepared with s
...
ormation. // This array maps the order ID to order quantity in key=>value pairs. $orders = array( 1 => 10 , 2 ...
-
https://man.plustar.jp/php/function.sqlsrv-execute.html
- [similar]
- CSV の区切り文字、囲み文字、エスケープ文字をセットする 6721
- « SplFileObject::seek SplFileObject::setFlags » PHP Manual SplFileObject CSV の区切り文字、囲み文
...
|' ); foreach ( $file as $row ) { list ( $fruit , $quantity ) = $row ; // Do something with values } ?> data.c ...
-
https://man.plustar.jp/php/splfileobject.setcsvcontrol.html
- [similar]