検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 306 for first (0.031 sec.)
Delete an element from sequence type column using OID 4226
« cubrid_schema cubrid_seq_insert » PHP Manual CUBRID 関数 Delete an element from sequence type ... D ); cubrid_move_cursor ( $req , 1 , CUBRID_CURSOR_FIRST ); $oid = cubrid_current_oid ( $req ); $attr = cub ...
https://man.plustar.jp/php/function.cubrid-seq-drop.html - [similar]
Insert an element to a sequence type column using OID 4226
« cubrid_seq_drop cubrid_seq_put » PHP Manual CUBRID 関数 Insert an element to a sequence type c ... D ); cubrid_move_cursor ( $req , 1 , CUBRID_CURSOR_FIRST ); $oid = cubrid_current_oid ( $req ); $attr = cub ...
https://man.plustar.jp/php/function.cubrid-seq-insert.html - [similar]
Update the element value of sequence type column using OID 4226
« cubrid_seq_insert cubrid_set_add » PHP Manual CUBRID 関数 Update the element value of sequence ... D ); cubrid_move_cursor ( $req , 1 , CUBRID_CURSOR_FIRST ); $oid = cubrid_current_oid ( $req ); $attr = cub ...
https://man.plustar.jp/php/function.cubrid-seq-put.html - [similar]
Insert a single element to set type column using OID 4226
« cubrid_seq_put cubrid_set_autocommit » PHP Manual CUBRID 関数 Insert a single element to set t ... D ); cubrid_move_cursor ( $req , 1 , CUBRID_CURSOR_FIRST ); $oid = cubrid_current_oid ( $req ); $attr = cub ...
https://man.plustar.jp/php/function.cubrid-set-add.html - [similar]
Delete an element from set type column using OID 4226
« cubrid_set_db_parameter cubrid_set_query_timeout » PHP Manual CUBRID 関数 Delete an element fr ... D ); cubrid_move_cursor ( $req , 1 , CUBRID_CURSOR_FIRST ); $oid = cubrid_current_oid ( $req ); $attr = cub ...
https://man.plustar.jp/php/function.cubrid-set-drop.html - [similar]
垂直に文字を描画する 4226
« imagechar imagecolorallocate » PHP Manual GD および Image 関数 垂直に文字を描画する imagecharu ... magecreate ( 100 , 100 ); $string = 'Note that the first letter is a N' ; $bg = imagecolorallocate ( $im , ...
https://man.plustar.jp/php/function.imagecharup.html - [similar]
配列からキーを取り出す 4226
« key_exists krsort » PHP Manual 配列 関数 配列からキーを取り出す key (PHP 4, PHP 5, PHP 7, PHP ... を返す next() - 配列の内部ポインタを進める array_key_first() - 配列の最初のキーを得る foreach 関連キーワード: ...
https://man.plustar.jp/php/function.key.html - [similar]
結果における次の属性を得る 4226
« ldap_modify ldap_next_entry » PHP Manual LDAP 関数 結果における次の属性を得る ldap_next_attrib ... 最初に ldap_next_attribute() をコールした際には ldap_first_attribute() から返される entry を使用します。 パラ ...
https://man.plustar.jp/php/function.ldap-next-attribute.html - [similar]
設定ファイルをパースする 4226
« move_uploaded_file parse_ini_string » PHP Manual ファイルシステム 関数 設定ファイルをパースする ... ; php.ini と同様、';' で始まる行はコメントです。 [first_section] one = 1 five = 5 animal = BIRD [second_se ... n.php.net [git] => http://git.php.net ) ) Array ( [first_section] => Array ( [one] => 1 [five] => 5 [animal ...
https://man.plustar.jp/php/function.parse-ini-file.html - [similar]
Begins a database transaction 4226
« SQLSRV 関数 sqlsrv_cancel » PHP Manual SQLSRV 関数 Begins a database transaction sqlsrv_begin_ ... 10 ; $productId = 100 ; /* Set up and execute the first query. */ $sql1 = "INSERT INTO OrdersTable (ID, Qu ...
https://man.plustar.jp/php/function.sqlsrv-begin-transaction.html - [similar]