検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 927 for create (0.098 sec.)
クエリの次の行を連想配列あるいは数値添字配列で返す 3216
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... の使用例 <?php /* 実行する前にテーブルを作成します。 CREATE TABLE mytab (id NUMBER, description CLOB); INSERT ... の使用例 <?php /* 実行する前にテーブルを作成します。 CREATE TABLE mytab (id NUMBER, description CLOB); INSERT ... の使用例 <?php /* 実行する前にテーブルを作成します。 CREATE TABLE mytab (id NUMBER, description CLOB); INSERT ... の使用例 <?php /* 実行する前にテーブルを作成します。 CREATE TABLE mytab ("Name" VARCHAR2(20), city VARCHAR2(20 ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
PostgreSQL サーバーからの直近の通知メッセージを返す 3216
« pg_last_error pg_last_oid » PHP Manual PostgreSQL 関数 PostgreSQL サーバーからの直近の通知メッ ... "dbname=mark host=localhost" ); $res = pg_query ( "CREATE TABLE test (id SERIAL)" ); $notice = pg_last_notic ... ; echo $notice ; ?> 上の例の出力は以下となります。 CREATE TABLE will create implicit sequence "test_id_seq" ...
https://man.plustar.jp/php/function.pg-last-notice.html - [similar]
文字列をパースしてタイムスタンプにする 3216
« IntlDateFormatter::localtime IntlDateFormatter::setCalendar » PHP Manual IntlDateFormatter 文字 ... ; ?> 例2 datefmt_parse() の例 <?php $fmt = datefmt_create ( 'en_US' , IntlDateFormatter :: FULL , IntlDateFo ... December 20, 1989 4:00:00 PM PT' ); $fmt = datefmt_create ( 'de-DE' , IntlDateFormatter :: FULL , IntlDateFo ... 600 Second parsed output is 630201600 参考 datefmt_create() - Date Formatter を作成する datefmt_format() - 日 ...
https://man.plustar.jp/php/intldateformatter.parse.html - [similar]
行の数を取得する 3216
« Table::__construct Table::delete » PHP Manual mysql_xdevapi\Table 行の数を取得する Table::coun ... TS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute (); $session -> ... sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> e ...
https://man.plustar.jp/php/mysql-xdevapi-table.count.html - [similar]
TableDelete のコンストラクタ 3216
« TableDelete::bind TableDelete::execute » PHP Manual mysql_xdevapi\TableDelete TableDelete のコ ... TS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute (); $session -> ... sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> e ...
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.construct.html - [similar]
delete文を実行する 3216
« TableDelete::__construct TableDelete::limit » PHP Manual mysql_xdevapi\TableDelete delete文を実 ... TS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute (); $session -> ... sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> e ...
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.execute.html - [similar]
insert クエリを実行する 3216
« TableInsert::__construct TableInsert::values » PHP Manual mysql_xdevapi\TableInsert insert クエ ... TS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute (); $session -> ... sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> e ...
https://man.plustar.jp/php/mysql-xdevapi-tableinsert.execute.html - [similar]
3216
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... 性が向上します。 <?php // 実行前に表を作成します // CREATE TABLE MYTABLE (mid NUMBER, myd VARCHAR2(20)); $con ... OB を使います。 <?php // 実行前に表を作成します // CREATE TABLE MYTABLE (mykey NUMBER, myclob CLOB); $conn = ... ョンを SQL*Plus あるいは SQL Developer で作成します CREATE OR REPLACE FUNCTION myfunc(p IN NUMBER) RETURN NUM ... ジャを SQL*Plus あるいは SQL Developer で作成します CREATE OR REPLACE PROCEDURE myproc(p1 IN NUMBER, p2 OUT N ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
バンドル内の要素数を取得する 3216
« ResourceBundle ResourceBundle::create » PHP Manual ResourceBundle バンドル内の要素数を取得する ... ourcebundle_count() の例 <?php $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo resourceb ...
https://man.plustar.jp/php/resourcebundle.count.html - [similar]
照合用の属性の値を取得する 3191
« Collator::create Collator::getErrorCode » PHP Manual Collator 照合用の属性の値を取得する Colla ... llator_get_attribute() の例 <?php $coll = collator_create ( 'en_CA' ); $val = collator_get_attribute ( $coll ...
https://man.plustar.jp/php/collator.getattribute.html - [similar]