検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 927 for create (0.040 sec.)
IntlDateFormatter が使用するタイムゾーン ID を取得する 3064
« IntlDateFormatter::getTimeType IntlDateFormatter::getCalendarObject » PHP Manual IntlDateForma ... atefmt_get_timezone_id() の例 <?php $fmt = datefmt_create ( 'en_US' , IntlDateFormatter :: FULL , IntlDateFo ... mt_set_timezone() - タイムゾーンを設定する datefmt_create() - Date Formatter を作成する 関連キーワード: Intl ...
https://man.plustar.jp/php/intldateformatter.gettimezoneid.html - [similar]
コレクションがデータベースに存在するかをチェックする 3064
« Collection::dropIndex Collection::find » PHP Manual mysql_xdevapi\Collection コレクションがデー ... TS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute (); $schema = $s ... ession -> getSchema ( "addressbook" ); $create = $schema -> createCollection ( "people" ); // ... ...
https://man.plustar.jp/php/mysql-xdevapi-collection.existsindatabase.html - [similar]
ステートメントを実行する 3064
« CollectionAdd::__construct mysql_xdevapi\CollectionFind » PHP Manual mysql_xdevapi\CollectionA ... TS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute (); $schema = $s ... ession -> getSchema ( "addressbook" ); $create = $schema -> createCollection ( "people" ); $colle ...
https://man.plustar.jp/php/mysql-xdevapi-collectionadd.execute.html - [similar]
フォーマッタのロケールを取得する 3064
« NumberFormatter::getErrorMessage NumberFormatter::getPattern » PHP Manual NumberFormatter フォ ... () の例 <?php $req = 'fr_FR_PARIS' ; $fmt = numfmt_create ( $req , NumberFormatter :: DECIMAL ); $res_val = ... ale name: fr_FR Actual locale name: fr 参考 numfmt_create() - 数値フォーマッタを作成する numfmt_get_error_co ...
https://man.plustar.jp/php/numberformatter.getlocale.html - [similar]
フォーマッタのパターンを取得する 3064
« NumberFormatter::getLocale NumberFormatter::getSymbol » PHP Manual NumberFormatter フォーマッタ ... 例1 numfmt_get_pattern() の例 <?php $fmt = numfmt_create ( 'de_DE' , NumberFormatter :: DECIMAL ); echo "Pa ... attern() - フォーマッタのパターンを設定する numfmt_create() - 数値フォーマッタを作成する 関連キーワード: フォ ...
https://man.plustar.jp/php/numberformatter.getpattern.html - [similar]
IntlDateFormatter クラス 3033
« IntlTimeZone::useDaylightTime IntlDateFormatter::create » PHP Manual intl IntlDateFormatter ク ... ndar = null , string $pattern = "" ) public static create ( ? string $locale , int $dateType , int $timeType ... ORIAN ( int ) グレゴリオ暦 目次 IntlDateFormatter::create — Date Formatter を作成する IntlDateFormatter::for ...
https://man.plustar.jp/php/class.intldateformatter.html - [similar]
DateTime オブジェクトのタイムゾーンを設定する 3033
« DateTime::setTimestamp DateTime::sub » PHP Manual DateTime DateTime オブジェクトのタイムゾーン ... 数に取ります。 パラメータ object 手続き型のみ: date_create() が返す DateTime オブジェクト。 この関数は、このオ ... H:i:sP' ) . "\n" ; ?> 手続き型 <?php $date = date_create ( '2000-01-01' , timezone_open ( 'Pacific/Nauru' ) ...
https://man.plustar.jp/php/datetime.settimezone.html - [similar]
FDF データを表示する PDF ドキュメントを設定する 3033
« fdf_set_encoding fdf_set_flags » PHP Manual FDF 関数 FDF データを表示する PDF ドキュメントを設 ... は別のものを指定します。 パラメータ fdf_document fdf_create() 、 fdf_open() あるいは fdf_open_string() が返す ... / fdf_header (); /* fdf を開始します */ $fdf = fdf_create (); /* "foo" フィールドに、値 "bar" を設定します * ...
https://man.plustar.jp/php/function.fdf-set-file.html - [similar]
あるモジュールの関数名を配列として返す 3033
« get_defined_constants get_include_path » PHP Manual PHP オプション/情報 関数 あるモジュールの関 ... えば以下のようになります。 Array ( [0] => xml_parser_create [1] => xml_parser_create_ns [2] => xml_set_object ...
https://man.plustar.jp/php/function.get-extension-funcs.html - [similar]
クエリの次の行をオブジェクトとして返す 3033
« oci_fetch_assoc oci_fetch_row » PHP Manual OCI8 関数 クエリの次の行をオブジェクトとして返す oc ... ) の例 <?php /* 実行する前にテーブルを作成します。 CREATE TABLE mytab (id NUMBER, description VARCHAR2(30)); ... の大小を区別するカラム名を持つテーブルを作成します。 CREATE TABLE mytab (id NUMBER, "MyDescription" VARCHAR2(3 ... ject() <?php /* 実行する前にテーブルを作成します。 CREATE TABLE mytab (id NUMBER, description CLOB); INSERT ...
https://man.plustar.jp/php/function.oci-fetch-object.html - [similar]