検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 83 for year (0.012 sec.)
GMT 日付から Unix タイムスタンプを取得する 7118
« gmdate gmstrftime » PHP Manual 日付・時刻 関数 GMT 日付から Unix タイムスタンプを取得する gmmk ... , ? int $month = null , ? int $day = null , ? int $year = null ): int | false 指定されるパラメータが GMT 日 ... ime() が使えます。 パラメータ hour month 、 day と year で決まる日付の 0 時から数えた「時」。負の値は、その ... 日数より大きい値は、翌月以降の該当する日を表します。 year 年 戻り値 成功時に、Unix タイムスタンプを int で返 ... くなりました。 8.0.0 minute , second , month , day , year は、nullable になりました。 例 例1 gmmktime() の基 ...
https://man.plustar.jp/php/function.gmmktime.html - [similar]
ユリウス暦をユリウス積算日に変換する 7064
« jewishtojd unixtojd » PHP Manual カレンダー 関数 ユリウス暦をユリウス積算日に変換する julianto ... する 説明 juliantojd ( int $month , int $day , int $year ): int ユリウス暦は紀元前 4713 年から紀元 9999 年の ... までの数値。 day 日を表す、1 から 31 までの数値。 year 年を表す、-4713 から 9999 までの数値。 戻り値 指定 ... キーワード: 積算 , 変換 , int , juliantojd , 数値 , year , 文化 , 日付 , 紀元 , day ...
https://man.plustar.jp/php/function.juliantojd.html - [similar]
ふたつの IntlCalendar オブジェクトの時刻を比較する 6996
« IntlCalendar::createInstance IntlCalendar::fieldDifference » PHP Manual IntlCalendar ふたつの ... ded as well $cal2 -> clear ( IntlCalendar :: FIELD_YEAR ); var_dump ( $cal1 -> isSet ( IntlCalendar :: FIE ... LD_YEAR ) == $cal2 -> isSet ( IntlCalendar :: FIELD_YEAR ) ...
https://man.plustar.jp/php/intlcalendar.equals.html - [similar]
指定したスキーマ情報を取得する 6942
« PDO_CUBRID DSN MS SQL Server (PDO) » PHP Manual CUBRID (PDO) 指定したスキーマ情報を取得する PD ... ete_code [KEY_SEQ] => 3 [KEY_NAME] => pk_game_host_year_event_code_athlete_code ) [1] => Array ( [CLASS_NA ... ent_code [KEY_SEQ] => 2 [KEY_NAME] => pk_game_host_year_event_code_athlete_code ) [2] => Array ( [CLASS_NA ... ME] => game [ATTR_NAME] => host_year [KEY_SEQ] => 1 [KEY_NAME] => pk_game_host_year_eve ...
https://man.plustar.jp/php/pdo.cubrid-schema.html - [similar]
グレゴリウス日をユリウス積算日に変換する 6874
« frenchtojd jddayofweek » PHP Manual カレンダー 関数 グレゴリウス日をユリウス積算日に変換する g ... 説明 gregoriantojd ( int $month , int $day , int $year ): int 有効なグレゴリウス暦の範囲は紀元前 4714 年 ... してください。 day 日を表す、1 から 31 までの数字。 year 年を表す、-4714 から 9999 までの数字。 負の値は B. ... 意味 , 数字 , gregoriantojd , 関数 , month , day , year ...
https://man.plustar.jp/php/function.gregoriantojd.html - [similar]
Get the requested schema information 6806
« cubrid_rollback cubrid_seq_drop » PHP Manual CUBRID 関数 Get the requested schema information ... ing(1) "3" ["KEY_NAME"]=> string(41) "pk_game_host_year_event_code_athlete_code" } [1]=> array(4) { ["CLAS ... ing(1) "2" ["KEY_NAME"]=> string(41) "pk_game_host_year_event_code_athlete_code" } [2]=> array(4) { ["CLAS ... > string(4) "game" ["ATTR_NAME"]=> string(9) "host_year" ["KEY_SEQ"]=> string(1) "1" ["KEY_NAME"]=> string ... (41) "pk_game_host_year_event_code_athlete_code" } } --- Foreign Keys --- ...
https://man.plustar.jp/php/function.cubrid-schema.html - [similar]
Execute a prepared SQL statement 6751
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... tf ( "%-20s %-9s %-10s %-5s\n" , "athlete" , "host_year" , "score" , "unit" ); while ( $row = cubrid_fetch ... s %-10s %-5s\n" , $row [ "athlete" ], $row [ "host_year" ], $row [ "score" ], $row [ "unit" ]); } cubrid_c ... ); ?> 上の例の出力は以下となります。 athlete host_year score unit Phelps Michael 2004 51.25 time 参考 cub ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
指定された時刻と、このオブジェクトの時刻の差を計算する 6751
« IntlCalendar::equals IntlCalendar::fromDateTime » PHP Manual IntlCalendar 指定された時刻と、こ ... 1 ), "\n" ; printf ( "The difference in time is %d year(s), %d month(s), " . "%d day(s), %d hour(s) and %d ... -> fieldDifference ( $time , IntlCalendar :: FIELD_YEAR ), $cal1 -> fieldDifference ( $time , IntlCalendar ... 29 févr. 2012 09:00:11 The difference in time is 1 year(s), 0 month(s), 1 day(s), 0 hour(s) and 19 minute( ...
https://man.plustar.jp/php/intlcalendar.fielddifference.html - [similar]
Free the memory occupied by the result data 6684
« cubrid_fetch cubrid_get_autocommit » PHP Manual CUBRID 関数 Free the memory occupied by the re ... xecute ( $conn , "SELECT * FROM history WHERE host_year=2004 ORDER BY event_code" ); $row = cubrid_fetch_a ... 05" ["athlete"]=> string(12) "Hayes Joanna" ["host_year"]=> string(4) "2004" ["score"]=> string(5) "12.37" ...
https://man.plustar.jp/php/function.cubrid-free-result.html - [similar]
Get the column names in result 6629
« cubrid_col_size cubrid_column_types » PHP Manual CUBRID 関数 Get the column names in result cu ... d_execute ( $conn , "SELECT * FROM game WHERE host_year=2004 AND nation_code='AUS' AND medal='G'" ); $colu ... ます。 Column Names Column Types Column Maxlen host_year integer 11 event_code integer 11 athlete_code inte ...
https://man.plustar.jp/php/function.cubrid-column-names.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT