1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-30 03:23:23 +02:00
Commit Graph

99 Commits

Author SHA1 Message Date
Yoshinari Takaoka aafd5dbf03 Rewrite outdated note for session_unset()
This was meant to be used when $HTTP_SESSION_VARS was still around
2022-11-05 04:12:35 +09:00
Yoshinari Takaoka 0555fa191f s/返り値/戻り値/g 2021-10-09 02:40:05 +09:00
Yoshinari Takaoka 9b236c71eb Fix issues in Session directory 2021-06-10 01:14:13 +09:00
Yoshinari Takaoka 9f4033d0d6 s/必要とします/必要です/ 2021-05-28 20:00:10 +09:00
Yoshinari Takaoka 9e32c45b7e Remove PHP 5, 7 references (php/doc-en#565) 2021-05-13 10:14:52 +09:00
Yoshinari Takaoka ae65bfa914 remove already deleted session function on PHP 5.4.0 (php/doc-en#583) 2021-05-03 23:46: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 81510f1351 Removed references to PHP 5, PHP 7.0 (php/doc-en#544) 2021-04-24 23:59:07 +09:00
Yoshinari Takaoka 60e490f6e3 Remove obsolete PHP 5 related info from ini.core and related pages 2021-02-25 02:18:50 +09:00
Yoshinari Takaoka bb53e2bd90 s/シグナチャ/シグネチャ/ 2021-02-09 21:02:05 +09:00
Yoshinari Takaoka 7389532682 Mimic 'Alternative signature' prompt for setcookie in other functions which set cookies
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352085 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-15 03:06:25 +00:00
Yoshinari Takaoka 0a607c685a Generate session methodsynopses based on stubs
Closes GH-236.


git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351763 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-30 01:46:59 +00:00
Yoshinari Takaoka b1ad0bc1a8 Fix #80356: Incorrect function return type
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351373 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-13 00:45:38 +00:00
Yoshinari Takaoka bd25eb593e Fix #80317: Incorrect function return type
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351229 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-04 17:51:12 +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 8719d1ea4a Fix #80252: Incorrect description of session_cache_expire()
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350932 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-18 03:00:22 +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 1fbf18a20b Fix #79892: session.use_strict_mode and SessionHandlerInterface mismatch
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350266 c90b9560-bf6c-de11-be94-00142212c4b1
2020-07-31 15:00:50 +00:00
Yoshinari Takaoka fa54c62cf2 fixed typo (mostly updated EN-Revision only)
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349714 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-27 08:25:24 +00:00
Yoshinari Takaoka 526313ae17 some tweaks
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348875 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-12 04:54:00 +00:00
Yoshinari Takaoka ee86094d13 updated translation
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348769 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-02 11:47:57 +00:00
Yoshinari Takaoka 5fce3b6ec8 added translation, session ralated interface docs.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348760 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-02 01:14:57 +00:00
Yoshinari Takaoka 4e193ad876 fixed mistranslation
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348741 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-30 22:18:25 +00:00
Yoshinari Takaoka bb12960c74 updated overall session related translations.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348731 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-30 09:25:00 +00:00
Satoru Yoshida 5a954dfdfd sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@345946 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-03 09:38:54 +00:00
Satoru Yoshida 3340b0952f sync en, and add session-gc. but now I have no time to translate session-create-id.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@344950 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-04 00:08:01 +00:00
Satoru Yoshida c78911de06 sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@344283 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-18 12:16:00 +00:00
Satoru Yoshida 97cd506f80 sync en, but Status is working.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342378 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-17 14:41:50 +00:00
Satoru Yoshida 8345d7aa1f sync en, but Status is working.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342341 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-16 04:07:30 +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 d4f6966868 sync en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342007 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-02 13:45:10 +00:00
TAKAGI Masahiro 99f359271c Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@339561 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-04 22:38:23 +00:00
Satoru Yoshida 0d87c6c4d1 new translation on session
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@337945 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-04 02:17:50 +00:00
TAKAGI Masahiro 6c02a62b1a Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@337894 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-22 11:31:25 +00:00
TAKAGI Masahiro 85d9360277 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@336825 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-21 22:56:28 +00:00
TAKAGI Masahiro 4a33b15b88 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@336231 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-28 22:40:41 +00:00
TAKAGI Masahiro 9a4d52a9b7 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334815 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-08 20:56:37 +00:00
TAKAGI Masahiro 26f8f5cc6c Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334624 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-27 22:56:38 +00:00
TAKAGI Masahiro b8f1ab6df3 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334609 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-26 23:24:26 +00:00
TAKAGI Masahiro 90077aa1c7 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334602 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-25 20:23:04 +00:00
TAKAGI Masahiro ff41bb00f9 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@332790 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-05 22:41:59 +00:00
TAKAGI Masahiro 03f2d8eb3b Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@327602 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-10 23:11:40 +00:00
TAKAGI Masahiro 97e21afec4 Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@327506 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-06 22:39:50 +00:00
TAKAGI Masahiro ad98e82265 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@326165 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-13 23:07:33 +00:00
TAKAGI Masahiro 4878a4d799 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@325528 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-04 06:59:19 +00:00
TAKAGI Masahiro 1d579ac885 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@324876 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-05 23:12:54 +00:00
TAKAGI Masahiro 2bbc445b07 sync with en (callable type hint introduced in PHP 5.4).
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@324167 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-12 21:14:58 +00:00
TAKAGI Masahiro edc3d6b148 s/ユーザ[^ー]/ユーザー/g
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@324071 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-10 01:29:04 +00:00
TAKAGI Masahiro 017e8d2fc4 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@324070 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-10 00:27:45 +00:00
TAKAGI Masahiro 994630bd81 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@323848 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-02 22:49:55 +00:00