検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 10 for latitude (0.004 sec.)
スキーマにコレクションを追加する 11513
« Schema::__construct Schema::dropCollection » PHP Manual mysql_xdevapi\Schema スキーマにコレクシ ... al coordinate", "type": "object", "properties": { "latitude": { "type": "number" }, "longitude": { "type": "nu ... mber" } }, "required": ["latitude", "longitude"] } } }' ); // Succeeds $collection - ... > add ( '{"latitude": 10, "longitude": 20}' )-> execute (); // Fails, ... nvalid types (not numbers) $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 タイムゾーンの位置情 ... 出力は以下となります。 Array ( [country_code] => CZ [latitude] => 50.08333 [longitude] => 14.43333 [comments] => ... ) Array ( [country_code] => CZ [latitude] => 50.08333 [longitude] => 14.43333 [comments] => ... one , 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 日付・時刻 関数 指定した日付と場所についての日の出時刻を ... int $returnFormat = SUNFUNCS_RET_STRING , ? float $latitude = null , ? float $longitude = null , ? float $zeni ... 結果を int (タイムスタンプ) で返します。 1095034606 latitude デフォルトは北緯で、南緯は負の値で表します。 date. ... default_latitude も参照ください。 longitude デフォルトは東経で、西経 ... た。 date_sun_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 日付・時刻 関数 指定した日付と場所についての日の入り時 ... int $returnFormat = SUNFUNCS_RET_STRING , ? float $latitude = null , ? float $longitude = null , ? float $zeni ... 結果を int (タイムスタンプ) で返します。 1095034606 latitude デフォルトは北緯で、南緯は負の値で表します。 date. ... default_latitude も参照ください。 longitude デフォルトは東経で、西経 ... なりました。 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 の設定 ... ョン 名前 デフォルト 変更可能 変更履歴 date.default_latitude "31.7667" PHP_INI_ALL date.default_longitude "35.2 ... クティブに関する 簡単な説明を示します。 date.default_latitude float デフォルトの緯度。 赤道にあたる 0 から、 北緯 ...
https://man.plustar.jp/php/datetime.configuration.html - [similar]
GeoIP データベースで見つかった詳細な都市情報を返す 8616
« geoip_org_by_name geoip_region_by_name » PHP Manual GeoIP 関数 GeoIP データベースで見つかった詳 ... postal_code" -- 郵便番号、FSA あるいは Zip コード "latitude" -- 緯度 (符号付き浮動小数点形式) "longitude" -- 経 ... ] => CA [city] => Marina Del Rey [postal_code] => [latitude] => 33.9776992798 [longitude] => -118.435096741 [d ...
https://man.plustar.jp/php/function.geoip-record-by-name.html - [similar]
日の出/日の入り時刻と薄明かり (twilight) の開始/終了時刻の情報を含む配列を返す 8170
« date_sub date_sunrise » PHP Manual 日付・時刻 関数 日の出/日の入り時刻と薄明かり (twilight) の ... を返す 説明 date_sun_info ( int $timestamp , float $latitude , float $longitude ): array パラメータ timestamp U ... nixタイムスタンプ。 latitude 緯度を表す度数。 longitude 経度を表す度数。 戻り値 ...
https://man.plustar.jp/php/function.date-sun-info.html - [similar]
コマンドラインオプション 6721
« 他の SAPI との違い Usage » PHP Manual コマンドラインの使用法 コマンドラインオプション コマンド ... imezone => Europe/Oslo => Europe/Oslo date.default_latitude => 59.930972 => 59.930972 date.default_longitude = ...
https://man.plustar.jp/php/features.commandline.options.html - [similar]
php.ini ディレクティブのリスト 6721
« php.ini ディレクティブ php.ini のセクション一覧 » PHP Manual php.ini ディレクティブ php.ini デ ... YSTEM curl.cainfo NULL PHP_INI_SYSTEM date.default_latitude "31.7667" PHP_INI_ALL date.default_longitude "35.2 ...
https://man.plustar.jp/php/ini.list.html - [similar]
変更履歴 6578
« サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありまし ... timestamp は、nullable になりました。 date_sunrise latitude, longitude, zenith, utcOffset は、nullable になりま ... した。 date_sunset latitude, longitude, zenith, utcOffset は、nullable になりま ...
https://man.plustar.jp/php/doc.changelog.html - [similar]
PREV 1 NEXT