検索

phrase: max: clip:
target: order:
Results of 371 - 380 of about 927 for create (0.022 sec.)
XML パーサ 関数 3033
« XML 外部エンティティの例 xml_error_string » PHP Manual XML パーサ XML パーサ 関数 XML パーサ 関 ... arse — XML ドキュメントの処理を開始する xml_parser_create_ns — 名前空間をサポートした XML パーサを生成する x ... ml_parser_create — XML パーサを作成する xml_parser_free — XML パーサ ...
https://man.plustar.jp/php/ref.xml.html - [similar]
NumberFormatter クラス 3001
« Collator::sort NumberFormatter::create » PHP Manual intl NumberFormatter クラス NumberFormatte ... $style , ? string $pattern = null ) public static create ( string $locale , int $style , ? string $pattern ... e ): bool } 定義済み定数 これらのスタイルは numfmt_create() で使用するもので、フォーマッタの形式を定義します ... rule-based number formatters 目次 NumberFormatter::create — 数値フォーマッタを作成する NumberFormatter::form ...
https://man.plustar.jp/php/class.numberformatter.html - [similar]
ふたつの DateTime オブジェクトの差を返す 3001
« DateTimeInterface DateTime::format » PHP Manual DateTimeInterface ふたつの DateTime オブジェク ... ( '%R%a days' ); ?> 手続き型 <?php $origin = date_create ( '2009-10-11' ); $target = date_create ( '2009-10 ...
https://man.plustar.jp/php/datetime.diff.html - [similar]
時刻の書式 3001
« サポートする日付と時刻の書式 日付の書式 » PHP Manual サポートする日付と時刻の書式 時刻の書式 時 ... このページでは、 DateTimeImmutable , DateTime , date_create() , date_create_immutable() , そして strtotime() の ...
https://man.plustar.jp/php/datetime.formats.time.html - [similar]
タイムスタンプを変更する 3001
« DateTime::getLastErrors DateTime::__set_state » PHP Manual DateTime タイムスタンプを変更する D ... を変更します。 パラメータ object 手続き型のみ: date_create() が返す DateTime オブジェクト。 この関数は、このオ ... format ( 'Y-m-d' ); ?> 手続き型 <?php $date = date_create ( '2006-12-12' ); date_modify ( $date , '+1 day' ) ...
https://man.plustar.jp/php/datetime.modify.html - [similar]
ISO 日付を設定する 3001
« DateTimeImmutable::setDate DateTimeImmutable::setTime » PHP Manual DateTimeImmutable ISO 日付を ... トを返します。 パラメータ object 手続き型のみ: date_create() が返す DateTime オブジェクト。 この関数は、このオ ... 'Y-m-d' ) . "\n" ; ?> 手続き型 <?php $date = date_create (); date_isodate_set ( $date , 2008 , 2 ); echo da ...
https://man.plustar.jp/php/datetimeimmutable.setisodate.html - [similar]
Write to a lob object 3001
« cubrid_lob2_tell cubrid_lock_read » PHP Manual CUBRID 関数 Write to a lob object cubrid_lob2_w ... E if exists test_lob" ); cubrid_execute ( $conn , "CREATE TABLE test_lob (id INT, contents CLOB)" ); $req = ... E if exists test_lob" ); cubrid_execute ( $conn , "CREATE TABLE test_lob (id INT, contents CLOB)" ); $req = ...
https://man.plustar.jp/php/function.cubrid-lob2-write.html - [similar]
PHP の変数を、クエリで取得するカラムに関連づける 3001
« oci_connect oci_error » PHP Manual OCI8 関数 PHP の変数を、クエリで取得するカラムに関連づける ... 字小文字を区別するカラム名のテーブルを作っておきます CREATE TABLE mytab (id NUMBER, "MyDescription" VARCHAR2(3 ... カラムの使用 <?php /* 実行する前にテーブルを作ります CREATE TABLE mytab (id NUMBER, fruit CLOB); INSERT INTO m ... での型の明示 <?php /* 実行する前にテーブルを作ります CREATE TABLE mytab (id NUMBER, fruit CLOB); INSERT INTO m ...
https://man.plustar.jp/php/function.oci-define-by-name.html - [similar]
文からのフィールド名を返す 3001
« oci_field_is_null oci_field_precision » PHP Manual OCI8 関数 文からのフィールド名を返す oci_fi ... e を返します 例 例1 oci_field_name() の例 <?php // Create the table with: // CREATE TABLE mytab (number_col ...
https://man.plustar.jp/php/function.oci-field-name.html - [similar]
ラージオブジェクトをファイルにエクスポートする 3001
« pg_lo_create pg_lo_import » PHP Manual PostgreSQL 関数 ラージオブジェクトをファイルにエクスポー ... ); pg_query ( $database , "begin" ); $oid = pg_lo_create ( $database ); $handle = pg_lo_open ( $database , ...
https://man.plustar.jp/php/function.pg-lo-export.html - [similar]