1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-27 10:06:43 +02:00
Commit Graph

158 Commits

Author SHA1 Message Date
Yoshinari Takaoka d6e901710a random: Clean up cross-references for randomness related functions
https://github.com/php/doc-en/commit/52c495140bdb84f45f186bfb1cccf09788b0121e
2022-11-15 23:16:42 +09:00
Yoshinari Takaoka 7c74c0a3a4 訳を微調整。 2022-11-12 16:23:59 +09:00
Yoshinari Takaoka 1b92d2dd7c 最終的に、全体を「拡張モジュール」に統一することとした
closes: #24
2022-10-17 22:00:50 +09:00
Yoshinari Takaoka 13ccb7fbe8 Fix: sleep() missing false return type
https://github.com/php/doc-en/commit/0abd79a0d9d783d492a2c61b834a4ded74bc7145
2022-09-08 00:12:41 +09:00
Yoshinari Takaoka 840514bcea Fix: usleep has 50µs+ overhead
Sleeping slightly longer than the given time is not specific to Windows.
We adapt the note, and use wording taken from the `usleep(3)` man page.

https://github.com/php/doc-en/commit/a16ae57ad9e3dde6c39d3debed6d5d5ec9fbe530
2022-07-30 02:06:59 +09:00
Yoshinari Takaoka 34c6d6ca55 sleep() additional notes
This integrates user note 54587.

https://github.com/php/doc-en/commit/87520f8422a0338171d91e52b8a0f05a3eaefc2a
2022-07-30 01:50:05 +09:00
Yoshinari Takaoka 3e9f5cdbf2 Updated EN-Revision only / functions/constant Minor tweak to "errors" section
日本語版的には意味は変わらなかった

https://github.com/php/doc-en/commit/0090e5a2fa67e89d030cc59cfc6cfcac4822ed52
2022-06-28 06:49:17 +09:00
Yoshinari Takaoka 1c08c7bb37 Add reference to get_defined_constants() and constant() each other
https://github.com/php/doc-en/commit/0e8fa6aa168fe2cb9bc5cae74ed22a52d1df891b
2022-06-23 18:26:07 +09:00
Yoshinari Takaoka c418145223 [8.0] Document remaining core changes
* document changes to `new` in php 8.0
* document php 8.0 changes for `instanceof`
* document php 8.0 change to `define`

https://github.com/php/doc-en/commit/c36ce0b514faa2efce1427ae87ba9ea25cc038ad
2021-12-16 12:43:51 +09:00
Yoshinari Takaoka 4a5fe3fedd constant() throws Error exception as of PHP 8.0.0
https://github.com/php/doc-en/commit/761f71312510e5637c96270eaebf4ba6abb8e08f
2021-12-08 23:33:53 +09:00
Yoshinari Takaoka aa5a81ef05 Generate sapi_windows_* method synopses based on stubs
https://github.com/php/doc-en/commit/426d9a8f156bca7be9cb5475e24ba104ee814bc1
2021-10-15 00:02:51 +09:00
Yoshinari Takaoka 87abf6a9f2 function.define.php 誤訳の修正
Closes: #20
2021-10-13 18:33:11 +09:00
Yoshinari Takaoka 0555fa191f s/返り値/戻り値/g 2021-10-09 02:40:05 +09:00
Yoshinari Takaoka e7ef75c8dd Fix mixed return type declarations and parameters of Misc. Functions
https://github.com/php/doc-en/commit/3c699fad2dd94ee926ba04bdaf79e6f14b5b728b
2021-09-21 23:31:41 +09:00
Yoshinari Takaoka 8c6c002807 Remove some unnecessary methodsynopsis role attributes
https://github.com/php/doc-en/commit/7f99d5e488d161ce3b12d1dae405a283728933c3
2021-09-15 00:43:54 +09:00
Yoshinari Takaoka 394679ed8d Fix some issues in misc directory 2021-06-13 20:48:31 +09:00
Yoshinari Takaoka 34d75253c4 Generate methodsynopses based on stubs for Zend functions and methods (php/doc-en#168) 2021-05-23 12:33:54 +09:00
Yoshinari Takaoka 4c4cf5d04b Removed references to PHP 5, PHP 7.0 (php/doc-en#548) 2021-04-26 21:29:47 +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 0e29a256ef Removed Changelog entries for PHP 5, PHP 7.0 (php/doc-en#543) 2021-04-23 01:59:00 +09:00
Yoshinari Takaoka 4d160b3c8f Fix #74479: usleep with large numbers 2021-03-04 19:27:04 +09:00
Yoshinari Takaoka bb53e2bd90 s/シグナチャ/シグネチャ/ 2021-02-09 21:02:05 +09:00
Yoshinari Takaoka def02cf418 Generate some standard methodsynopses based on stubs
Cf. <https://github.com/php/doc-en/pull/289>.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352198 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-27 04:34:12 +00:00
Yoshinari Takaoka 975835b9bd update EN-Revision only
EN-Revision was fully updated, because of revert r351730, r351729.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352016 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-11 19:06:49 +00:00
Yoshinari Takaoka 7277567f3f Argument of sapi_windows_cp_get is optional / Improve return value description based on Tyson's suggestion
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351718 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 04:41:24 +00:00
Yoshinari Takaoka 10a6f3885c added svn keywords
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351444 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-19 00:12:20 +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 c58bf47244 Proper variadics instead of pseudo variadics
We markup variadic parameters with the `rep=repeat` standard DocBook
attribute of `<methodparam>`, and use proper variable names instead of
using the old pseudo variable name `...`.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351140 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 16:41:17 +00:00
Yoshinari Takaoka ad088619ca Properly markup union types
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351095 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-30 22:24:49 +00:00
Yoshinari Takaoka 0bb15faf59 Fix #80187: pack and unpack wrong return type
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350775 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-05 16:59:56 +00:00
Yoshinari Takaoka 73ccac34bf Remove PHP4 or PHP5 only extension, changelogs
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350668 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-27 01:47:22 +00:00
Yoshinari Takaoka 5ec03b874c Fix #79871: On Windows, php can sleep only in 1ms steps
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350177 c90b9560-bf6c-de11-be94-00142212c4b1
2020-07-21 01:30:12 +00:00
Yoshinari Takaoka 381ccdebaa Fix #79284: mention htrime on page microtime
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349242 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-20 11:00:26 +00:00
Yoshinari Takaoka 7e93400764 added translations of sapi-windows-* function docs.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349167 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-08 00:55:28 +00:00
Yoshinari Takaoka d83f57a945 newly added hrtime doc translations
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349166 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-08 00:25:19 +00:00
Yoshinari Takaoka 5f084319d3 Status: working -> ready
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348868 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-11 13:20:19 +00:00
Yoshinari Takaoka a5fa5fe2c1 fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348853 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-09 12:41:37 +00:00
Yoshinari Takaoka 1552ce7c67 sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348852 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-09 11:24:37 +00:00
Yoshinari Takaoka f1bd165f59 Fix #79012: sapi_windows_set_ctrl_handler missing
Bug: https://bugs.php.net/79012 (Verified) sapi_windows_set_ctrl_handler missing


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348656 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-21 21:19:35 +00:00
Satoru Yoshida 6758b3e024 sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348071 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-26 15:26:57 +00:00
Satoru Yoshida c0bf6cfc22 sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348056 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-25 08:36:25 +00:00
George Peter Banyard cea7f84b3f Japanese typos provided by various anonymous users.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@347895 c90b9560-bf6c-de11-be94-00142212c4b1
2019-08-26 01:37:16 +00:00
Satoru Yoshida ba4ca1062c remove tab and Fullwidth Space
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@346953 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-02 01:39:58 +00:00
Satoru Yoshida 72a89c683b sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@346940 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-01 15:56:12 +00:00
Satoru Yoshida 9f7768648b sync en, but Status is working.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342337 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-15 10:20:28 +00:00
Satoru Yoshida 4457b2edef sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@341951 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-22 14:00:40 +00:00
TAKAGI Masahiro 321598771e Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@340265 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-02 05:34:55 +00:00
TAKAGI Masahiro 5e88db90c5 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@339645 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 20:41:54 +00:00
TAKAGI Masahiro 1d948cd4b2 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@339570 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-05 22:52:27 +00:00