1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-24 07:02:08 +01:00

50 Commits

Author SHA1 Message Date
Yoshinari Takaoka
572dc61203 Enable runnable (WASM) examples for datetime
3a8c3e77df
2025-11-01 00:38:03 +09:00
Yoshinari Takaoka
9f1b814a2b Add &warn.deprecated.function-*; to all deprecated functions
ce98b568f8
2025-10-05 13:34:14 +09:00
Yoshinari Takaoka
99bb1f3e92 Update function attributes
42d5fb01e0
2025-10-05 13:31:39 +09:00
Yoshinari Takaoka
729ce2e979 Add compatibility note to 'c' date format
7d78942045
2025-10-04 07:10:04 +09:00
Yoshinari Takaoka
948b09caaf Add DateTime related serialize/unserialize methods
053ae3f6f5
2025-09-02 21:49:18 +09:00
Yoshinari Takaoka
7f98c9fcf0 Added info about the DateInterval::invert property
52222422c0
2024-09-23 19:47:10 +09:00
Yoshinari Takaoka
892f542088 Standardise casting spacing
8859c8b96c
2024-09-16 21:38:02 +09:00
Yoshinari Takaoka
c9cc83216e fix typo targed -> target
81908751c5
2024-09-07 14:53:52 +09:00
Yoshinari Takaoka
7643745644 DateTimeInterface::format: fix interface and method names
7f7fce55c0
2024-09-01 15:03:56 +09:00
Yoshinari Takaoka
d5ce89deed Updated EN-Revision only / Fix typo: required
ac397fd0da
2023-12-17 19:15:18 +09:00
Yoshinari Takaoka
c71f9c8959 [status ready] translated DateTimeInterface::getTimestamp 8.3.0 changes 2023-11-04 16:43:56 +09:00
Yoshinari Takaoka
88690d0f8c [status working] Add Date/Time exception documentation / sync with en
71692b6f4c
2023-10-05 19:43:14 +09:00
Yoshinari Takaoka
1cfccb8599 updated EN-Revision only 2023-08-11 17:10:15 +09:00
Yoshinari Takaoka
6d314e0dc3 Integrate user note into the manual
dbbcd32d72
2023-08-11 16:38:00 +09:00
Yoshinari Takaoka
86c1ee5289 Integrate user notes comments
6071d92a37
2023-01-19 09:56:31 +09:00
Yoshinari Takaoka
7714419f92 Remove superfluous changelog entries
Actually, most (or even all) datetime functions returned false prior to
PHP 8.0.0, where they now throw an error.  Besides ZPP failures which
we certainly do not want to document explicitly, that also happened in
case the objects have not been properly initialized, which is so close
to ZPP failures, that we don't want to document that either.

e057f1f552
2022-12-28 06:04:27 +09:00
Yoshinari Takaoka
0342ad89fa Update ext/date role attributes
02ff7fef5b
2022-12-12 19:50:04 +09:00
Yoshinari Takaoka
7470707e12 Sync ext/date class synopsis with recent stub changes
0466dd93f7
2022-11-08 00:04:30 +09:00
Yoshinari Takaoka
49d0ca5226 Fix: Date example for "p" is misleading
892b3e396e
2022-10-20 02:19:33 +09:00
Yoshinari Takaoka
b4cbf7a0b0 Fix: DateTime::format has lost information about escaping
ff502b2d9b
2022-10-19 21:26:24 +09:00
Yoshinari Takaoka
06f0982f2e Fix: DateTime::diff Not handling DST changes correctly
bc70945d85
2022-09-14 15:21:48 +09:00
Yoshinari Takaoka
fe41cd5c1a 日付/時刻に関する大量更新 2022/08/13 part II.
壊れたビルドの修正も含む

1a9ee818e5
a2e7b5892c
5e248f74f3
2022-08-14 03:49:18 +09:00
Yoshinari Takaoka
51f5d3114b Document new 'x' and 'X' format letters for DateTimeInterface::format and DateTime(Immutable)::createFromFormat
b38338a072
2022-07-24 09:14:34 +09:00
Yoshinari Takaoka
1becb46ed2 DateTimeInterface::diff() does not return false on failure
Well, technically it did prior to PHP 8.0.0, but that was actually
undefined behavior and as such does not need to be documented for each
function individually.

8c3c7f1adb
2022-07-08 08:50:36 +09:00
Yoshinari Takaoka
1dd44f1865 DateTime まわりの大幅変更に追随 PART I. 2022-06-04 11:59:52 +09:00
Yoshinari Takaoka
1819ab664a Updated EN-Revison only 2022-05-15 23:20:27 +09:00
Yoshinari Takaoka
3ab400ba1b Update EN-Revision only / Merge branch 'master' of https://github.com/php/doc-en
43709b0d94
2022-05-15 22:58:11 +09:00
Yoshinari Takaoka
98508475b5 Fix the build
4a41b3c620
2022-05-15 22:38:37 +09:00
Yoshinari Takaoka
19a760319e Fixed: Clarify ocumentation for DateTime::format and DateTime::createFromFormat's 'Y' character
8cc12de858
2022-05-15 22:37:04 +09:00
Yoshinari Takaoka
ed57a5ca22 Fix: p format character only available as of PHP 8.0.0
cc1ac298e0
2022-03-15 03:59:28 +09:00
Yoshinari Takaoka
97817ebb68 Y2038 issue with getTimestamp and setTimestamp, with alternative
https://bugs.php.net/bug.php?id=73857
d74736d803
2021-11-18 01:21:10 +09:00
Yoshinari Takaoka
ab6994dce3 Update ISO 8601 text
Use _ISO 8601_, instead of _ISO-8601_, for consistency and alignment with https://www.iso.org/iso-8601-date-and-time-format.html

aaea72f308
2021-11-04 07:58:19 +09:00
Yoshinari Takaoka
92d0d5e4bf Fix #76748: date format timezone abbreviations and changes not well documented 2021-08-06 09:34:28 +09:00
Yoshinari Takaoka
d8a1fc6480 Remove PHP 5, 7 references (php/doc-en#563)
- array functions
- datetime functions
- mbstring functions
- strings functions
- var functions
- xml functions
- json functions
2021-05-17 10:16:49 +09:00
Yoshinari Takaoka
baeb602790 Removed references to PHP 5, PHP 7.0 (php/doc-en#545) 2021-04-25 17:35:27 +09:00
Yoshinari Takaoka
96cf97fd25 The format char p is only available as of PHP 8.0.0.
This integrates user note 125722.
2021-01-26 00:35:24 +09:00
Yoshinari Takaoka
9f7e46d24d update EN-Revision only 2021-01-20 06:28:32 +09:00
Yoshinari Takaoka
2d014aee18 Update some methodsynopses
Cf.
<7290dc4dcf>,
<c31f9f7ee4>.
2021-01-20 06:23:02 +09:00
Yoshinari Takaoka
cd600d61f2 Whitespace fix for datetime.getoffset
Closes GH-307.
2021-01-03 07:52:46 +09:00
Yoshinari Takaoka
5502bd28db Fixed oop return type of DateTimeInterface::getOffset.
Closes GH-282.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352183 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-26 10:43:56 +00:00
Yoshinari Takaoka
97c3d16a9d date_timestamp_get() and aliases do no longer return false on failure
Cf. <b67c232189 (r45293163)>.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352149 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-20 23:39:37 +00:00
Yoshinari Takaoka
a076104855 Generate ext/date methodsynopses based on stubs
Closes GH-185.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352147 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-20 23:25:29 +00:00
Yoshinari Takaoka
db3632ebbc Remove obsolete PHP 5 specific info / Document p date formatter code
Closes GH-230.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351619 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-24 23:58:48 +00:00
Yoshinari Takaoka
e70a9d4629 Fix return types
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351156 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 19:51:55 +00:00
Yoshinari Takaoka
144f5f2124 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351153 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 19:20:32 +00:00
Yoshinari Takaoka
0983e7ff70 status: working -> ready
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350275 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-01 03:47:06 +00:00
Yoshinari Takaoka
27434202b1 followed datetime module doc update by derick (reference/datetimeinterface)
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350273 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-01 02:01:12 +00:00
Yoshinari Takaoka
0f037d9390 updated translations
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348800 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-04 16:57:18 +00:00
TAKAGI Masahiro
94c56f7aa4 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330436 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-01 08:42:46 +00:00
TAKAGI Masahiro
26db65190d Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330283 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-19 02:54:42 +00:00