Results of 1 - 10 of about 10 for longitude (0.011 sec.)
- スキーマにコレクションを追加する 11513
- « Schema::__construct Schema::dropCollection » PHP Manual mysql_xdevapi\Schema スキーマにコレクシ
...
"properties": { "latitude": { "type": "number" }, "longitude": { "type": "number" } }, "required": ["latitude", ...
"longitude"] } } }' ); // Succeeds $collection -> add ( '{"la ...
titude": 10, "longitude": 20}' )-> execute (); // Fails, invalid types (no ...
umbers) $collection -> add ( '{"latitude": "lat", "longitude": "long"}' )-> execute (); 関連キーワード: コレクシ ...
-
https://man.plustar.jp/php/mysql-xdevapi-schema.createcollection.html
- [similar]
- タイムゾーンの位置情報を返す 11227
- « DateTimeZone::__construct DateTimeZone::getName » PHP Manual DateTimeZone タイムゾーンの位置情
...
ray ( [country_code] => CZ [latitude] => 50.08333 [longitude] => 14.43333 [comments] => ) Array ( [country_code ...
] => CZ [latitude] => 50.08333 [longitude] => 14.43333 [comments] => ) 関連キーワード: DateT ...
imeZone , getLocation , timezone , Array , longitude , latitude , country , comments , array , 手続き ...
-
https://man.plustar.jp/php/datetimezone.getlocation.html
- [similar]
- 指定した日付と場所についての日の出時刻を返す 10351
- « date_sun_info date_sunset » PHP Manual 日付・時刻 関数 指定した日付と場所についての日の出時刻を
...
S_RET_STRING , ? float $latitude = null , ? float $longitude = null , ? float $zenith = null , ? float $utcOffs ...
で表します。 date.default_latitude も参照ください。 longitude デフォルトは東経で、西経は負の値で表します。 date. ...
default_longitude も参照ください。 zenith zenith は 太陽の中心と、地 ...
n_info() を代わりに使って下さい。 8.0.0 latitude , longitude , zenith , utcOffset は、nullable になりました。 例 ...
-
https://man.plustar.jp/php/function.date-sunrise.html
- [similar]
- 指定した日付と場所についての日の入り時刻を返す 10351
- « date_sunrise date_time_set » PHP Manual 日付・時刻 関数 指定した日付と場所についての日の入り時
...
S_RET_STRING , ? float $latitude = null , ? float $longitude = null , ? float $zenith = null , ? float $utcOffs ...
で表します。 date.default_latitude も参照ください。 longitude デフォルトは東経で、西経は負の値で表します。 date. ...
default_longitude も参照ください。 zenith zenith は 太陽の中心と、地 ...
date_sun_info() を使って下さい。 8.0.0 latitude , longitude , zenith , utcOffset は、nullable になりました。 例 ...
-
https://man.plustar.jp/php/function.date-sunset.html
- [similar]
- 実行時設定 9046
- « インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定
...
efault_latitude "31.7667" PHP_INI_ALL date.default_longitude "35.2333" PHP_INI_ALL date.sunrise_zenith "90.5833 ...
まで、 南緯は -90 までの値をとります。 date.default_longitude float デフォルトの経度。 グリニッジ子午線にあたる ...
-
https://man.plustar.jp/php/datetime.configuration.html
- [similar]
- GeoIP データベースで見つかった詳細な都市情報を返す 8616
- « geoip_org_by_name geoip_region_by_name » PHP Manual GeoIP 関数 GeoIP データベースで見つかった詳
...
コード "latitude" -- 緯度 (符号付き浮動小数点形式) "longitude" -- 経度 (符号付浮動小数点形式) "dma_code" -- Desi ...
Rey [postal_code] => [latitude] => 33.9776992798 [longitude] => -118.435096741 [dma_code] => 803 [area_code] = ...
-
https://man.plustar.jp/php/function.geoip-record-by-name.html
- [similar]
- 日の出/日の入り時刻と薄明かり (twilight) の開始/終了時刻の情報を含む配列を返す 8170
- « date_sub date_sunrise » PHP Manual 日付・時刻 関数 日の出/日の入り時刻と薄明かり (twilight) の
...
n_info ( int $timestamp , float $latitude , float $longitude ): array パラメータ timestamp Unixタイムスタンプ。 ...
latitude 緯度を表す度数。 longitude 経度を表す度数。 戻り値 成功した場合に配列、失敗し ...
-
https://man.plustar.jp/php/function.date-sun-info.html
- [similar]
- コマンドラインオプション 6721
- « 他の SAPI との違い Usage » PHP Manual コマンドラインの使用法 コマンドラインオプション コマンド
...
lt_latitude => 59.930972 => 59.930972 date.default_longitude => 10.776699 => 10.776699 date.sunset_zenith => 90 ...
-
https://man.plustar.jp/php/features.commandline.options.html
- [similar]
- php.ini ディレクティブのリスト 6721
- « php.ini ディレクティブ php.ini のセクション一覧 » PHP Manual php.ini ディレクティブ php.ini デ
...
efault_latitude "31.7667" PHP_INI_ALL date.default_longitude "35.2333" PHP_INI_ALL date.sunrise_zenith "90.5833 ...
-
https://man.plustar.jp/php/ini.list.html
- [similar]
- 変更履歴 6578
- « サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありまし
...
は、nullable になりました。 date_sunrise latitude, longitude, zenith, utcOffset は、nullable になりました。 dat ...
e_sunset latitude, longitude, zenith, utcOffset は、nullable になりました。 def ...
-
https://man.plustar.jp/php/doc.changelog.html
- [similar]
PREV
1
NEXT